List File Selection
Uri: https://v2.api.finerworks.com/v3/list_file_selection?guid={guid}
Method: GET
Returns a list of currently selected files. The querystring paremeter guid is the mater key assigned to all files that are selected.
Body
None.
| Name | Description | Type | Additional information |
|---|---|---|---|
| guids |
A list of file guids that were selected. |
array (globally unique identifier) |
Required |
| status |
Response status details |
response_status |
None. |
Example JSON Response
application/json, text/json
{
"guids": [
"ff795d24-a639-426f-87de-fefefb20523a",
"c30e9948-d9ba-42ed-8d4c-0728cc6ef965"
],
"status": {
"success": true,
"status_code": 100,
"message": "sample string 2",
"debug": {},
"reference_id": "sample string 4",
"domain": "sample string 5"
}
}