Organisations
GET
/v1/data/orgs
Returns a list of all organisations for the associated team.
Authorizations
Buildnote-Api-Key
TypeAPI Key (header: Buildnote-Api-Key)
Parameters
Query Parameters
fromTs
Unix timestamp (in milliseconds) defining beginning of time range.
Typeinteger
Format
"int64"toTs
Unix timestamp (in milliseconds) defining end of time range.
Typeinteger
Format
"int64"Responses
OK
application/json
JSON
{
"orgs": [
[
"example-org-id"
]
]
}