CheckService
Manage checks.
Operations
Retrieves a check with selected fields.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/getCheckSelectFields200
Successful operation.
Retrieves a check with selected fields and filtered children.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/getCheckSelectFieldsFilterChildren200
Successful operation.
Retrieves a paged list of check FM history with selected fields.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/getCheckFmHistoryPagedListSelectFields200
Successful operation.
Searches check FM history with pagination and selected fields.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCheckFmHistoryPagedSelectFields200
Successful operation.
Updates a check by ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCheckByID200
Successful operation.
Deletes a check.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckGlobalSequenceDatestring · dateOptional
CheckGlobalSequenceintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteCheck200
Successful operation.
Last updated
Was this helpful?