Optional
configuration: ConfigurationOptional
xOrganization: stringOrganization unique slug
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method creates a new project
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: AxiosRequestConfig<any> = {}Override http request option.
Methods create a project from a backup
The request POST /api/projects/id/dataset will initiate file upload and will create the rq job on the server in which the process of dataset import from a file will be carried out. Please, use the GET /api/projects/id/dataset endpoint for checking status of the process.
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: AxiosRequestConfig<any> = {}Override http request option.
Import dataset in specific format as a project or check status of dataset import process
A unique integer value identifying this project.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method deletes a specific project
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: AxiosRequestConfig<any> = {}Override http request option.
Returns a paginated list of projects
A unique integer value identifying this project.
Optional
patchedProjectWriteRequest: PatchedProjectWriteRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Methods does a partial update of chosen fields in a project
A unique integer value identifying this project.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of a specific project
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 after annotation file had 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: AxiosRequestConfig<any> = {}Override http request option.
Method allows to download project annotations
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: AxiosRequestConfig<any> = {}Override http request option.
Methods creates a backup copy of a project
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.
A unique integer value identifying this project.
Optional
action: ProjectsRetrieveDatasetActionEnumUsed to start downloading process after annotation file had 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: AxiosRequestConfig<any> = {}Override http request option.
Export project as a dataset in a specific format
A unique integer value identifying this project.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a preview image for the project
Generated using TypeDoc
ProjectsApi - axios parameter creator