API Documentation
|
where {organisationId}
is the ID of an organisation.
GET
- retrieves a list of information for all API-based requests made to the Cocoon Data Platform's Access Service, within the scope of an organisation (specified by organisationId
).This API endpoint retrieves a list of information for all API-based requests made to the Cocoon Data Platform's Access Service, within the scope of an organisation (specified by organisationId
).
This API endpoint supports requests utilizing Cocoon Data user accounts with the following roles (as described in the Organisation Administrator's Guide) and conditions:
{organisationId}
of the request's URL.The Cocoon Data Platform's resources available to a Cocoon Data user meeting the criteria above is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer
token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...
The following optional parameters can be sent in the URL of the GET request:
0
to 100
, representing the maximum number of items to be returned in the response, where an individual item is information about an API-based request to the Access Service in the organisation (specified by {organisationId}
in this request's URL). If this parameter is omitted, then its value is 0
by default, which does not apply restrictions to the number of items returned in the response. {organisationId}
in the URL) returned in the response. Calls to this API endpoint may amount to potentially large numbers of items being returned from the Cocoon Data Platform. Since the order of these items in the response could differ significantly, based on the values of the orderBy and sortBy parameters below, this offset parameter provides pagination for items returned in responses, allowing items to be retrieved from any count greater than 0
(i.e. the first item returned in a response). If this parameter is omitted, then its value is 0
by default. {organisationId}
in the URL) are returned in the response. This parameter orders items according to the value of the sortBy parameter specified below. Ordering items can be in either ascending alphanumeric order (by specifying the value ASC
for this parameter) or descending order (by specifying the value DESC
). If this parameter is omitted, then its value is ASC
by default. =
' sign (%3D
) and each sub-parameter + value pair is separated from the next by an escaped '&
' sign (%26
). One or more of the following sub-parameters can be specified: DD/MM/YYYY
, where each '/
' sign is escaped (%2F
). CREATED
- for API-based POST
method requests, RETRIEVED
- for API-based GET
method requests, UPDATED
- for API-based PUT
method requests, DELETED
- for API-based DELETE
method requests. AUTH
- for API-based requests relating to authentication and authorization, COLLABORATIONS
- for API-based requests relating to collaborators, COLLECTIONS
- for API-based requests relating to folders, CONTACTS
- for API-based requests relating to contacts, KEYS
- for API-based requests relating to keys, NOTIFICATIONS
- for API-based requests relating to email notifications, OBJECTS
- for API-based requests relating to file objects, USERS
- for API-based requests relating to users. If the request succeeded, then an HTTP response status 200 OK
is returned.
For successful requests only, a JSON-formatted response containing the following members is also returned: