Property | Description |
---|---|
Endpoint | /api/v1/integration/provisioning/deliveryFormats |
Method | POST |
Parameter | Description | Additional Information |
---|---|---|
refId | Optional. Enter a reference identifier for the delivery format. | If you don't specify a reference identifier, Data Marketplace automatically assigns a unique value to the object. The reference identifier that Data Marketplace automatically generates contains a prefix. The Administrator can specify the prefix of the automatically generated reference identifier in Metadata Command Center. If you want to specify a reference identifier, ensure that you enter a unique value. Ensure that you don't use the prefix value that is configured in Metadata Command Center. |
name | Required. Enter a name for the delivery format. | Ensure that you enter a unique value. Data Marketplace doesn't consider the letter case when it verifies the uniqueness of the name parameter's value. For example, if you try to name a delivery format as "Excel" while a delivery format called "excel" already exists, the API call fails. |
status | Required. Specify a status for the delivery format. The status determines whether a delivery format is available to be added to delivery templates. | Enter one of the following values:
|
Parameter | Description |
---|---|
index | The position of the delivery format in the objects JSON array. This value does not impact how the delivery format is used by a Data Marketplace user. |
id | System generated unique identifier of the delivery format. |
refId | Reference identifier of the delivery format. |
name | Name of the delivery format. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/provisioning/deliveryFormats |
Method | GET |
Parameter | Description | Additional Information |
---|---|---|
ids | Optional. Enter the system generated unique identifier of a delivery format. | To enter more than one value, use the following format: ids=<value1>&ids=<value2> |
search | Optional. Enter the search term that you want to use to find a delivery format. | Ensure that the search term that you enter don't contain an asterisk (*). |
fields | Optional. Enter the fields on which the search term applies. The terms that you entered in the search field parameter are used to search the fields that you specify here. | Enter the following values:
|
createdDateFrom | Optional. To find delivery format created between a date range, enter the starting date. | 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 delivery format created between a date range, enter the ending date. | 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 delivery format modified between a date range, enter the ending date. | 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 delivery format modified between a date range, enter the starting date. | 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. |
status | Optional. Specify the status of the delivery format. The status indicates whether a delivery format is available to be added to delivery templates. | Enter one of the following values:
|
sortByField | Optional. Specify the parameters to sort the search results. | To sort the search results, enter one of the following values:
Default value is MODIFIED_ON. |
sort | Optional. Set the sorting order of the search results. | Enter one of the following values:
Default value is DESC. |
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. |
Parameter | Description |
---|---|
Offset | Starting index for paginated results. |
limit | Maximum number of results. |
totalCount | Number of delivery formats retrieved. |
id | System generated unique identifier of the delivery format. |
refId | Reference identifier of the delivery format. |
name | Name of the delivery format. |
status | The status indicates whether a delivery format is available to be added to delivery templates. A delivery format can have one of the following statuses:
|
Property | Description |
---|---|
Endpoint | /api/v1/integration/provisioning/deliveryFormats |
Method | PUT |
Parameter | Description | Additional Information |
---|---|---|
id | Required. Enter the system generated unique identifier of the delivery format that you want to modify. | For more information about how you can use an API to get the unique identifier of a delivery format, see Retrieve delivery formats. |
refId | Optional. Enter a reference identifier for the delivery format. | If you don't specify a reference identifier, Data Marketplace automatically assigns a unique value to the object. The reference identifier that Data Marketplace automatically generates contains a prefix. The Administrator can specify the prefix of the automatically generated reference identifier in Metadata Command Center. If you want to specify a reference identifier, ensure that you enter a unique value. Ensure that you don't use the prefix value that is configured in Metadata Command Center. |
name | Required. Enter a name for the delivery format. | Ensure that you enter a unique value. Data Marketplace doesn't consider the letter case when it verifies the uniqueness of the name parameter's value. For example, if you try to name a delivery format as "Excel" while a delivery format called "excel" already exists, the API call fails. |
status | Required. Specify a status for the delivery format. The status determines whether a delivery format is available to be added to delivery templates. | Enter one of the following values:
|
Parameter | Description |
---|---|
index | The position of the delivery format in the objects JSON array. This value does not impact how the delivery format is used by a Data Marketplace user. |
id | System generated unique identifier of the delivery format. |
refId | Reference identifier of the delivery format. |
name | Name of the delivery format. |