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.

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": [
    "87f8f111-bab6-4099-8e96-4fd6f36f1f80",
    "807f5529-fa9f-4926-98a6-72058c5a058f"
  ],
  "status": {
    "success": true,
    "status_code": 100,
    "message": "sample string 2",
    "debug": {}
  }
}