List File Selection
Uri: https://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": [
"18367479-0b8c-4e55-8478-f14acaca2f90",
"96c56b1b-a7ee-4866-a7aa-7a3effb6addf"
],
"status": {
"success": true,
"status_code": 100,
"message": "sample string 2",
"debug": {}
}
}