Download OpenAPI specification:Download
The API allows to access the projects collection.
{- "count": 2,
- "data": [
- {
- "diskfootprint": 42377621,
- "generatorlabel": "MyGenerator",
- "generatorurl": "string",
- "label": "prj_091d232caeae2c0d2e4e63b031534c5b",
- "lasterrormsg": "string",
- "nbbuilds": 2,
- "nbbuilds_errors": 1,
- "projectstatus": 0,
- "properties": {
- "compressionlevel": "Lzma",
- "generatorversion": "string",
- "normalformat": "xy16",
- "projectcomment": "My Project",
- "projectid": "prj_091d232caeae2c0d2e4e63b031534c5b",
- "sourcemodelmirrorversion": "string",
- "unit": "millimeter"
}
}
]
}get project informations
| projectid required | string 36 characters ^prj_[a-f0-9]{32}$ Example: prj_091d232caeae2c0d2e4e63b031534c5b the unique identifier of the project |
{- "diskfootprint": 42377621,
- "generatorlabel": "MyGenerator",
- "generatorurl": "string",
- "label": "prj_091d232caeae2c0d2e4e63b031534c5b",
- "lasterrormsg": "string",
- "nbbuilds": 2,
- "nbbuilds_errors": 1,
- "projectstatus": 0,
- "properties": {
- "compressionlevel": "Lzma",
- "generatorversion": "string",
- "normalformat": "xy16",
- "projectcomment": "My Project",
- "projectid": "prj_091d232caeae2c0d2e4e63b031534c5b",
- "sourcemodelmirrorversion": "string",
- "unit": "millimeter"
}
}list a project's builds
| projectid required | string 36 characters ^prj_[a-f0-9]{32}$ Example: prj_091d232caeae2c0d2e4e63b031534c5b the unique identifier of the project |
{- "count": 1,
- "data": [
- {
- "buildid": "stringstringstringstringstringstringst",
- "buildpropertieslight": {
- "buildcomment": "My Build",
- "buildid": "stringstringstringstringstringstringst",
- "buildversion": 7,
- "compressionlevel": "Lzma",
- "generationdate": "2019-05-03T14:34:24+00:00",
- "projectcomment": "My Project",
- "projectid": "prj_091d232caeae2c0d2e4e63b031534c5b",
- "tags": [
- "string"
]
}, - "errorlog": "string",
- "haswebdata": true,
- "packstatus": 0,
- "proxyhaserror": false,
- "proxylabel": "string",
- "proxyrole": 6,
- "proxyurl": "string",
- "status": 5,
- "statustimestamp": "2019-06-14 09:40:08.372539",
- "tags": [
- "string"
]
}
]
}