8.3 Get Resource List url

POST https://{{domain}}/api/v2/resource/list/url

Get a filtered url list of all the resources in the organization.

Request:

JSON object containing the type to filter on:

  • ResourceTypes (array of strings, required): an array with one or more of the following types (FotobaMarks, LayoutTemplate, ToolMapping, CuttingMarks, NestSettings, DefectProfile).
  • Domain (string, optional): Domain to query, allowed values Private and Public. Default both private and public when not specified.
  • IncludeDeleted (boolean, optional): by default it is false.

Request Body

{"ResourceTypes"=>["FotobaMarks"], "Domain"=>"Public", "IncludeDeleted"=>false}

RESPONSES

status: OK

{"FotobaMarks":{"Public":["https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/96044DF35C31837220733FB8A9D27971394599F0","https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/4988D1D64A45E0D88DDF59FA65653605D1B592FC","https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/42A1B0A5BB0972EC19CB04968E7C027ADD1FF6FF","https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/7340A6505B44800C77309192EC39F25316730343","https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/A40DBEF696617D2FF72F274787CD76A061968F50","https://hub-datacollection.s3.amazonaws.com/FileSources/00000000-0000-0000-0000-000000000000/FB27825F18035150DB7FD19A2DA09F4881205364"],"Private":[]}}