Description
The ccollab pinCoordinates
command returns a list of pushpin coordinates and numbers for the particular file revision of the specified review. Pushpins are used to indicate comments and defects that relate to specific coordinates within an image, Word document or PDF file.
Command Line Syntax
ccollab [global-options] pinCoordinates <review> <version-id> [--pin-number <value>] [--page <value>]
Command Options
Option |
Required? |
Description |
---|---|---|
Yes |
Identifier of the desired review (an integer number), or an
|
|
Yes |
Version ID of file revision |
|
No |
List coordinates only for the particular pushpin specified by its pin number. |
|
No |
List pushpin coordinates only for the particular page specified by its page number. |
Remarks
If the specified review, file revision, page or pushpin is not found the method returns an error.
Examples
To list pushpin coordinates for file revision #987 of review #123:
ccollab pinCoordinates 123 987
To list pushpin coordinates for page #2 of file revision #1234 of review #698:
ccollab pinCoordinates 698 1234 --page 2
To list coordinates for pushpin #1 of file revision #1234 of review #698:
ccollab pinCoordinates 698 1234 --pin-number 1