WireServiceMessage
Perform various operations on wire service message records.
Operations
Retrieves a wire service message with selected fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
WireSequenceNumberintegerOptional
WireServiceMessageLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/getWireServiceMessageSelectFields200
Successful operation.
Retrieves a paged list of wire service messages with selected fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/getWireServiceMessagePagedListSelectFields200
Successful operation.
Searches for wire service message paged with selected fields
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
/searchWireServiceMessagePagedSelectFields200
Successful operation.
Updates service message for a wire by ID
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
WireSequenceNumberintegerOptional
WireServiceMessageLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWireServiceMessageByID200
Successful operation.
Last updated
Was this helpful?