GET api/projects/GetProjectDataForIngest?projectIDsList={projectIDsList}
Retrieves project data for ingestion based on a list of project IDs.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectIDsList |
A comma-separated list of project IDs to retrieve data for (e.g., "101,102,103"). |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing project metadata. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}