Core-10
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
POST | |
GET | |
POST | |
POST | |
GET | |
GET | |
POST | |
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
DELETE | |
POST |
Create file system link
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /linkExample response
Status 200 No response body
Create file system move
Path parameters
- idstring
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /:id /moveExample response
Status 200 No response body
Create file system count by path
Get count of all files in a folder.
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /count_by_pathExample response
Status 200 No response body
Retrieve file system log view
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system log view
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /log_viewExample response
Status 200 No response body
Create file system undo delete
Path parameters
- project_idstring
Request parameters
- pathstring
- typestring
- refstring
- hrefstring
- meta
- shortcutboolean
Example request
POST /api /projects /:project_id /file_system /undo_deleteExample response
Status 200 No response body
Retrieve file system unfiled
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /file_system /unfiledExample response
Status 200 No response body
List all groups
List all groups of a specific group type. You must pass ?group_type_index= in the URL. To get a list of valid group types, call /api/:project_id/groups_types/
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- cursorstring
- group_type_indexinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /groupsExample response
Status 200
RESPONSE
Create groups
Required API key scopes
group:writePath parameters
- project_idstring
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Response
Example request
POST /api /projects /:project_id /groupsExample response
Status 201
RESPONSE
Retrieve groups activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /projects /:project_id /groups /activityExample response
Status 200 No response body
Create groups delete property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve groups find
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /projects /:project_id /groups /findExample response
Status 200 No response body
Retrieve groups property definitions
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_definitionsExample response
Status 200 No response body
Retrieve groups property values
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_valuesExample response
Status 200 No response body
Create groups update property
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /update_propertyExample response
Status 200 No response body
List all insights sharing
Required API key scopes
sharing_configuration:readPath parameters
- insight_idinteger
- project_idstring
Example request
GET /api /projects /:project_id /insights /:insight_id /sharingExample response
Status 200
RESPONSE
Create insights sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /passwordsExample response
Status 200
RESPONSE
Delete insights sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- password_idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /insights /:insight_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create insights sharing refresh
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /refreshExample response
Status 200
RESPONSE