DataCollectorProcess
SPA: Retrieves a list of data collector processes
Returns a paginated list of data collector processes for the authenticated user's client.
GET
/api/spa/data-collector-processesAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Query Parameters
page
integerdefault:1
The collection page number
itemsPerPage
integerdefault:20
The number of items per page
pagination
boolean
Enable or disable pagination
blocked
boolean
No description provided.
id
integer
No description provided.
id[]
integer[]
No description provided.
Response
200
DataCollectorProcess collection
id
integer
dataCollector
string<iri-reference> | null
renderingRequests
string<iri-reference>[]
createdBy
string
User, created this entry
updatedBy
string
User, updated this entry
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update
client
object
subClient
object
state
string
Workflow state
workflowLog
string
Workflow logs as a string
blocked
boolean
wfData
string | null[]
batchAction
string<iri-reference> | null
dataCollectorIdentifier
string
dataCollectorId
integer
batchActionId
integer | null
batchActionType
string | null
subClientId
integer
SubClient ID. Provided on instances with enabled sub-client module only.
subClientDescription
string
SubClient description. Provided on instances with enabled sub-client module only.
subClientColor
string
SubClient display colour. Provided on instances with enabled sub-client module only.