Optional
configuration: ConfigurationOptional
xOrganization: stringOrganization unique slug
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
options: RawAxiosRequestConfigOverride http request option.
The backup import process is as follows: The first request POST /api/projects/backup will initiate file upload and will create the rq job on the server in which the process of a project creating from an uploaded backup will be carried out. After initiating the backup upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent requests to track the status of the project creation. Once the project has been successfully created, the server will return the id of the newly created project.
Optional
xOrganization: stringOrganization unique slug
Optional
cloudStorageId: numberStorage id
Optional
filename: stringBackup file name
Optional
location: ProjectsCreateBackupLocationEnumWhere to import the backup file from
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
rqId: stringrq id
Optional
backupWriteRequest: null | ProjectFileRequestOptional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/<projects|tasks>/id/backup/export
will initialize a background process to backup a resource. To check status of the process please, use GET /api/requests/<rq_id>
where rq_id is request ID returned in the response for this endpoint.
A unique integer value identifying this project.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringBackup file name
Optional
location: ProjectsCreateBackupExportLocationEnumWhere need to save downloaded backup
Optional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/projects/id/dataset initiates a background process to import dataset into a project. Please, use the GET /api/requests/<rq_id> endpoint for checking status of the process. The rq_id
parameter can be found in the response on initiating request.
A unique integer value identifying this project.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDataset file name
Optional
format: stringDesired dataset format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: ProjectsCreateDatasetLocationEnumWhere to import the dataset from
Optional
useDefaultLocation: booleanUse the location that was configured in the project to import annotations
Optional
datasetWriteRequest: null | DatasetFileRequestOptional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/<projects|tasks|jobs>/id/dataset/export
will initialize a background process to export a dataset. To check status of the process please, use GET /api/requests/<rq_id>
where rq_id is request ID returned in the response for this endpoint.
Desired output format name You can get the list of supported formats at: /server/annotation/formats
A unique integer value identifying this project.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
location: ProjectsCreateDatasetExportLocationEnumWhere need to save downloaded dataset
Optional
saveImages: booleanInclude images or not
Optional
options: RawAxiosRequestConfigOverride http request option.
Optional
xOrganization: stringOrganization unique slug
Optional
assignee: stringA simple equality filter for the assignee field
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['name', 'owner', 'assignee', 'status', 'id', 'updated_date'].
Optional
name: stringA simple equality filter for the name field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
owner: stringA simple equality filter for the owner field
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
search: stringA search term. Available search_fields: ('name', 'owner', 'assignee', 'status')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['name', 'owner', 'assignee', 'status', 'id', 'updated_date']
Optional
status: ProjectsListStatusEnumA simple equality filter for the status field
Optional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this project.
Optional
patchedProjectWriteRequest: PatchedProjectWriteRequestOptional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this project.
Optional
options: RawAxiosRequestConfigOverride http request option.
Deprecation warning: Using this endpoint to initiate export of annotations as a dataset or to check export status is deprecated. Consider using new API: - POST /api/projects/<project_id>/dataset/export?save_images=False to initiate exporting process - GET /api/requests/<rq_id> to check export status, where rq_id is request id returned on initializing request'
Desired output format name You can get the list of supported formats at: /server/annotation/formats
A unique integer value identifying this project.
Optional
action: "download"Used to start downloading process locally after annotation file has been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
location: ProjectsRetrieveAnnotationsLocationEnumWhere need to save downloaded dataset
Optional
useDefaultLocation: booleanUse the location that was configured in project to export annotation
Optional
options: RawAxiosRequestConfigOverride http request option.
Deprecation warning: This endpoint will be deprecated in one of the next releases. Consider using new API: - POST /api/projects/<project_id>/backup/export to initiate backup process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
A unique integer value identifying this project.
Optional
action: "download"Used to start downloading process after backup file had been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringBackup file name
Optional
location: ProjectsRetrieveBackupLocationEnumWhere need to save downloaded backup
Optional
useDefaultLocation: booleanUse the location that was configured in project to export backup
Optional
options: RawAxiosRequestConfigOverride http request option.
To check the status of the process of importing a project dataset from a file: After initiating the dataset upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent GET /api/projects/id/dataset requests to track the status of the dataset import. Also you should specify action parameter: action=import_status. Deprecation warning: Utilizing this endpoint to export project dataset in a specific format will be deprecated in one of the next releases. Consider using new API: - POST /api/projects/<project_id>/dataset/export/?save_images=True to initiate export process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
A unique integer value identifying this project.
Optional
action: ProjectsRetrieveDatasetActionEnumUsed to start downloading process locally after annotation file has been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
format: stringDesired output format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: ProjectsRetrieveDatasetLocationEnumWhere need to save downloaded dataset
Optional
rqId: stringrq id
Optional
useDefaultLocation: booleanUse the location that was configured in project to import dataset
Optional
options: RawAxiosRequestConfigOverride http request option.
ProjectsApi - functional programming interface
Export