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": [
    "15b8a11c-be6f-4fa5-9ff9-c40e8cae62a1",
    "9ceb55f3-e68c-4f2c-820b-7ffcea40c853"
  ],
  "status": {
    "success": true,
    "status_code": 100,
    "message": "sample string 2",
    "debug": {},
    "reference_id": "sample string 4",
    "domain": "sample string 5"
  }
}