List File Selection
Uri: https://test-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.

NameDescriptionTypeAdditional 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": [
    "257cb89f-a59a-446b-b9e8-0d6c28d9468a",
    "49450043-53fd-4b25-97e5-64a117256c45"
  ],
  "status": {
    "success": true,
    "status_code": 100,
    "message": "sample string 2",
    "debug": {},
    "reference_id": "sample string 4"
  }
}