GET
https://test-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": [
"13968aa0-bcde-4466-aea7-66bc31a67128",
"379a052d-e208-4bb1-a168-3cf130d33bb3"
],
"status": {
"success": true,
"status_code": 100,
"message": "sample string 2",
"debug": {},
"reference_id": "sample string 4",
"domain": "sample string 5"
}
}