© 2025 Clarivate
GET /api/.../bibbulkchange/datafieldoperations?orgid={orgid}
Return a list of Bibliographic Bulk Change Data Fields Operations.
| Name | Type | Required | Description |
|---|---|---|---|
| OrganizationID | Integer | No | The unique id assigned to the organization. Return values for a specific organization id. If not supplied, the base URL's logged on organization ID will be used. |
[
{
"OperationID" = 1,
"Description" = "sample string 2"
},
{
"OperationID" = 2,
"Description" = "sample string 4"
},
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | Bad Request |