Property | Description |
---|---|
Endpoint | /api/v1/integration/requestNewDataCollections |
Method | GET |
Parameter | Description | Additional Information |
---|---|---|
requestIds | Optional. Enter the system generated unique identifier of a data collection request. | To get the system generated unique identifier of a data collection request, open the data collection request. The data collection request page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollectionrequest/6e5964ec-e0aa-4eac-963a-3dae0fa1d639?dtn=Request~9b4d, the system generated unique identifier is 6e5964ec-e0aa-4eac-963a-3dae0fa1d639. To enter more than one value, use the following format: ids=<value1>&ids=<value2> |
userIds | Optional. Enter the system generated unique identifier of the user that requested the new data collection. | To get the system generated unique identifier of a user account, navigate to My Services > Administrator > Users. On the Users page, click a user account. The user account page's URL contains the system generated unique identifier. For example, in the URL /cloudUI/products/administer/main/usersAsset/0LH3xBJC9A6haZ26htGZyT, the system generated unique identifier is 0LH3xBJC9A6haZ26htGZyT. |
status | Optional. Specify the status of the data collection request. | Enter one of the following values:
|
createdDateFrom | Optional. To find data collection requests that were created between a date range, enter the initial date when the data collection requests were created. | To specify a date, use the YYYY-MM-DD format. The value that you specify is automatically converted and stored in the Coordinated Universal Time (UTC) time standard. If you have specified a value for the createdDateFrom parameter, ensure that you also enter a value for the createdDateTo parameter. |
createdDateTo | Optional. To find data collection requests that were created between a date range, enter the latest date when the data collection requests were created. | To specify a date, use the YYYY-MM-DD format. The value that you specify is automatically converted and stored in the Coordinated Universal Time (UTC) time standard. If you have specified a value for the createdDateTo parameter, ensure that you also enter a value for the createdDateFrom parameter. |
modifiedDateFrom | Optional. To find data collection requests that were modified between a date range, enter the initial date when the data collection requests were modified. | To specify a date, use the YYYY-MM-DD format. The value that you specify is automatically converted and stored in the Coordinated Universal Time (UTC) time standard. If you have specified a value for the modifiedDateFrom parameter, ensure that you also enter a value for the modifiedDateTo parameter. |
modifiedDateTo | Optional. To find data collection requests that were modified between a date range, enter the latest date when the data collection requests were modified. | To specify a date, use the YYYY-MM-DD format. The value that you specify is automatically converted and stored in the Coordinated Universal Time (UTC) time standard. If you have specified a value for the modifiedDateTo parameter, ensure that you also enter a value for the modifiedDateFrom parameter. |
referencedDataCollectionIds | Optional. Enter the system generated unique identifier of the data collection based on which the new data collection is to be created. | For more information about how you can use an API to get the system generated unique identifier of a data collection, see Retrieve data collections. To get the system generated unique identifier of a data collection from the Data Marketplace interface, open the data collection. The data collection page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollection/25158afc-3dfb-44ef-8f3e-cec1e171d0f1?dtn=&tab=summary, the system generated unique identifier is 25158afc-3dfb-44ef-8f3e-cec1e171d0f1. |
referencedCategoryIds | Optional. Enter the system generated unique identifier of the category in which the new data collection is to be created. | For more information about how you can use an API to get the system generated unique identifier of a category, see Retrieve categories. To get the system generated unique identifier of a category from the Data Marketplace interface, open the category. The category page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/category/view?ac=67417f72-e5ab-44f0-add9-a1e412c1ce13&dtn=_AfterEBF%20may20, the system generated unique identifier is 67417f72-e5ab-44f0-add9-a1e412c1ce13. |
offset | Optional. Enter the starting index for the paginated results. | Default value is 0. |
limit | Optional. Enter the maximum number of results. | Default value is 50. Maximum value is 100. |
sortByField | Optional. Specify the parameters to sort the search results. | To sort the search results, enter one of the following values:
Default value is sortByField > MODIFIED_ON. |
sort | Optional. Set the sorting order of the search results. | You can sort the search results in the following order:
Default value is DESC. |
Parameter | Description |
---|---|
offset | Start index for paginated results. |
limit | Maximum number of results. |
totalCount | Number of data collection requests retrieved. |
id | System generated unique identifier of the data collection request. |
refId | Reference identifier of the data collection request. |
justification | Business justification entered by the requestor of the new data collection. |
costCenter | Cost center of the requestor of the new data collection. |
referencedCategory | Details of the category in which the new data collection is to be created. |
referencedCategory > id | System generated unique identifier of the category in which the new data collection is to be created. |
referencedCategory > name | Name of the category in which the new data collection is to be created. |
referencedCategory > description | Description of the category in which the new data collection is to be created. |
referencedCategory > refId | Reference identifier of the category in which the new data collection is to be created. |
referencedCategory > status | Status of the category in which the new data collection is to be created. |
referencedCategory > effectiveStatus | The effective status of the category in which the new data collection is to be created. |
referencedDataCollection | Details of the data collection based on which the new data collection is to be created. |
createdDataCollection | Details of the new data collection that is created in response to the data collection request. |
usageContext | Details of the usage context entered by the requestor of the new data collection. |
status | Status of the data collection request. A data collection request can have one of the following statuses:
|
createdBy | Details of the user account that requested a new data collection. |
createdOn | Date when the data collection request was created. |
modifiedBy | Details of the latest user account that modified the data collection request. |
modifiedOn | Latest date when the data collection request was modified. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/requestNewDataCollections/<Id>/reject <Id>: Required. Enter the system generated unique identifier of the data collection request that you want to reject. For more information about how you can use an API to get the system generated unique identifier of a data collection request, see Retrieve data collection requests. To get the system generated unique identifier of a data collection request from the Data Marketplace interface, open the data collection request. The data collection request page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollectionrequest/6e5964ec-e0aa-4eac-963a-3dae0fa1d639?dtn=Request~9b4d, the system generated unique identifier is 6e5964ec-e0aa-4eac-963a-3dae0fa1d639. |
Method | PUT |
Parameter | Description |
---|---|
comment | Optional. Enter a comment about the action taken. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/requestNewDataCollections/<Id>/fulfill <Id>: Required. Enter the system generated unique identifier of the data collection request that you want to fulfill. For more information about how you can use an API to get the system generated unique identifier of a data collection request, see Retrieve data collection requests. To get the system generated unique identifier of a data collection request from the Data Marketplace interface, open the data collection request. The data collection request page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollectionrequest/6e5964ec-e0aa-4eac-963a-3dae0fa1d639?dtn=Request~9b4d, the system generated unique identifier is 6e5964ec-e0aa-4eac-963a-3dae0fa1d639. |
Method | PUT |
Parameter | Description | Additional Information |
---|---|---|
dataCollectionId | Required. Enter the system generated unique identifier of the new data collection that is created in response to the data collection request. | For more information about how you can use an API to get the system generated unique identifier of a data collection, see Retrieve data collections. To get the system generated unique identifier of a data collection from the Data Marketplace interface, open the data collection. The data collection page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollection/25158afc-3dfb-44ef-8f3e-cec1e171d0f1?dtn=&tab=summary, the system generated unique identifier is 25158afc-3dfb-44ef-8f3e-cec1e171d0f1. |
comment | Optional. Enter a comment about the action taken. | - |
costCenter | Optional. Enter the cost center of the user that requested the new data collection. | If the requestor entered an incorrect or an invalid cost center, you can enter the correct cost center. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/requestNewDataCollections/<Id>/cancel <Id>: Required. Enter the system generated unique identifier of the data collection request that you want to cancel. For more information about how you can use an API to get the system generated unique identifier of a data collection request, see Retrieve data collection requests. To get the system generated unique identifier of a data collection request from the Data Marketplace interface, open the data collection request. The data collection request page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollectionrequest/6e5964ec-e0aa-4eac-963a-3dae0fa1d639?dtn=Request~9b4d, the system generated unique identifier is 6e5964ec-e0aa-4eac-963a-3dae0fa1d639. |
Method | PUT |
Parameter | Description |
---|---|
comment | Optional. Enter a comment about the action taken. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/requestNewDataCollections/<Id> <Id>: Required. Enter the system generated unique identifier of the data collection request that you want to delete. For more information about how you can use an API to get the system generated unique identifier of a data collection request, see Retrieve data collection requests. To get the system generated unique identifier of a data collection request from the Data Marketplace interface, open the data collection request. The data collection request page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollectionrequest/6e5964ec-e0aa-4eac-963a-3dae0fa1d639?dtn=Request~9b4d, the system generated unique identifier is 6e5964ec-e0aa-4eac-963a-3dae0fa1d639. |
Method | DELETE |