Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

project_pk
string<uuid>
required

Query Parameters

created_at_after
string<date>

Created Date Range

created_at_before
string<date>

Created Date Range

exclude_tags
string
limit
integer

Number of results to return per page.

name
string
name_tag
string
offset
integer

The initial index from which to return the results.

ordering
string

Which field to use when ordering the results.

other_projects
boolean

If true, only include assets from other projects.

tags
string
updated_at_after
string<date>

Updated Date Range

updated_at_before
string<date>

Updated Date Range

Response

count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"

results
object[]