Provides access to the work data of a related job.
GET
/api/WorkData/{workDataId}
Parameters
Path Parameters
workDataId
required
string format: uuid
Responses
200
Returns the entry point for the api
object
class
Array<string>
title
string
properties
object
entities
Array
actions
Array<object>
object
name
required
string
href
required
string
class
Array<string>
method
string
title
string
type
string
fields
Array<object>
object
name
required
string
type
string
value
class
Array<string>
title
string
links
Array<object>
object
rel
required
Array<string>
href
required
string
class
Array<string>
title
string
type
string
Example
{ "class": [ "WorkData" ], "title": "Access to the data required for a job.", "properties": {}, "entities": [], "actions": [ { "name": "Upload", "href": "https://localhost:5051/api/00000000-0000-0000-0000-000000000000/WorkData/00000000-0000-0000-0000-000000000000/UploadWorkData", "method": "POST", "title": "Add data" }, { "name": "Download", "href": "https://localhost:5051/api/00000000-0000-0000-0000-000000000000/WorkData/00000000-0000-0000-0000-000000000000/Download", "method": "Undefined", "title": "Add data" }, { "name": "Delete", "href": "https://localhost:5051/api/00000000-0000-0000-0000-000000000000/WorkData/00000000-0000-0000-0000-000000000000/DeleteWorkData", "method": "DELETE", "title": "Delete the current data" } ], "links": [ { "rel": [ "self" ], "href": "https://localhost:5051/api/00000000-0000-0000-0000-000000000000/WorkData/00000000-0000-0000-0000-000000000000" } ]}500
Internal error
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties