GET api/jobs/getthumbnailsforjob/{jobId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "4bb26a93-f0ed-4acd-ae4a-abc9385bcb8b": "sample string 2",
  "17f821d4-87db-4c9e-ae9f-ccb6b981ac04": "sample string 4"
}

text/html

Sample:
{"4bb26a93-f0ed-4acd-ae4a-abc9385bcb8b":"sample string 2","17f821d4-87db-4c9e-ae9f-ccb6b981ac04":"sample string 4"}