Skip to main content
GET
List Investigations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-ATT-MessageId
string<uuid>

A client-provided value that uniquely identifies a client generated message sent to the service. This header will be reflected back unchanged in the response.

Query Parameters

fields
string

In GET operations, a consumer application may want selected attributes of a representation. Although the consumer can ignore attributes it doesn’t utilize, transferring the attributes wastes bandwidth and time. Hence, for performance reasons, the consumer wants only the attributes it uses.

When requesting multiple fields, separate their names with commas. For example fields=name,breed

When requesting fields from nested data structures use the name of the nested object and parentheses for the nested object's fields. For example fields=name,proficiencies(sheepHerding,obedience)

When requesting an entire nested data structure use the name of the nested object. For example fields=name,proficiencies

page
integer

The number of the page being requested starting with 1

perPage
integer

'An integer that describes the number of objects contained in a page. The maximum page size is {TBD}. If a number greater than this is specified, the server will use the maximum page size instead.'

q
string

RSQL query string

Response

OK

investigations
getInvestigation · object[]
page
PageDetail · object