GET
https://v2.api.finerworks.com/v3/list_file_selection?guid={guid}
List File Selection
Returns a list of currently selected files. The querystring parameter guid is the master 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": [
"857208c5-1e2f-4109-aa2a-ada868c50b20",
"57986558-eece-4411-b1d2-bb4c5d1a18de"
],
"status": {
"success": true,
"status_code": 100,
"message": "sample string 2",
"debug": {},
"reference_id": "sample string 4",
"domain": "sample string 5"
}
}