Transactions

Retrieve all transactions

Retrieve all the transactions in the subject product environment

get/transactions

Query parameters

startinteger

Index of the query result set from which to start returning results

limitinteger

Number of query results to return

sort'created' | '-created' | 'updated' | '-updated'

Define how to sort the query result set, passing a comma separated list of resource properties in the desired order of sorting. The default sort is ascending - to sort descending, add the <code>-</code> character infront of the property

statusStatus — unresolved $ref

Filter transactions by their status

productNameName — unresolved $ref

Filter transactions by product name

entityIdEntityId — unresolved $ref

Filter transactions by source entity ID

entityTypeEntityType — unresolved $ref

Filter transactions by source entity type

startCreatedstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

Filter transactions by created time range (ISO 8601 UTC) - start

endCreatedstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

Filter transactions by created time range (ISO 8601 UTC) - end

startUpdatedstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

Filter transactions by updated time range (ISO 8601 UTC) - start

endUpdatedstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

Filter transactions by updated time range (ISO 8601 UTC) - end

Headers

Authorizationstring required

oAuth 2.0 Bearer authentication/authorization token

Response

Ok

idstring uuid

Unique identifier (GUID) for the subject resource

statusStatus — unresolved $ref
applicationApplication — unresolved $ref
createdstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

createdBystring

Entity that created/updated the subject resource

updatedstring date-time

Resource created/updated time-stamp (IS0 8601 UTC)

updatedBystring

Entity that created/updated the subject resource

Changes

No recorded changes to this endpoint across all 1 revision of this API.