Run specific sub-analyses by ID [STUB]
analyses
Run specific sub-analyses by ID [STUB]
Not yet implemented. Will reset and run only the specified sub-analyses. Covers ‘run one’ (single ID) and ‘run sample’ (client picks IDs) use cases.
POST
Run specific sub-analyses by ID [STUB]
Documentation Index
Fetch the complete documentation index at: https://docs.greetincs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key for external integrations (format: greetincs_...)
Path Parameters
Analysis ID in TypeID format
Body
application/json
Request schema for running specific sub-analyses.
List of sub-analysis IDs to run
Minimum array length:
1Response
Successful Response
Response for run endpoints indicating processing has been accepted.
Minimal data for accepted run operations.
HATEOAS links related to this response (e.g., self, next, prev)
Example:
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]