GET /transactions/{id}/timeline

rebilly.com

Summary: Retrieve a list of transaction timeline messages
Operation ID: GetTransactionTimelineCollection
Auth: unknown
Description

Retrieve a list of transaction timeline messages.

Parameters (5)

Organization-Id (?, header, optional)

Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

filter (string, query, optional)

The collection items filter requires a special format. Use "," for multiple allowed values. Use ";" for multiple fields. See the [filter guide](https://api-reference.rebilly.com/#section/Using-filter-with-collections) for more options and examples about this format.

id (string, path, required)

The resource identifier string.

Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}

limit (integer, query, optional)

The collection items limit.

Constraints: {'minimum': 0, 'maximum': 1000}

offset (integer, query, optional)

The collection items offset.

Constraints: {'minimum': 0}

No probe data for this endpoint yet.