{ "opencollection": "1.0.0", "info": { "name": "Workday Strategic Sourcing attachments field_options API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "field_options", "type": "folder" }, "items": [ { "info": { "name": "List Field Options", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.workdayspend.com/services/attachments/v1/fields/:field_id/field_options", "params": [ { "name": "field_id", "value": "1", "type": "path", "description": "Field identifier." } ] }, "docs": "Returns a list of field options for the specified field." }, { "info": { "name": "Create a Field Option", "type": "http" }, "http": { "method": "POST", "url": "https://api.us.workdayspend.com/services/attachments/v1/field_options", "body": { "type": "json", "data": "{}" } }, "docs": "Create a field options with given parameters.\n" }, { "info": { "name": "Update a Field Option", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.us.workdayspend.com/services/attachments/v1/field_options/:id", "params": [ { "name": "id", "value": "1", "type": "path", "description": "Unique Field Option identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a field options with given parameters.\n" }, { "info": { "name": "Delete a Field Option", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us.workdayspend.com/services/attachments/v1/field_options/:id", "params": [ { "name": "id", "value": "1", "type": "path", "description": "Unique Field Option identifier." } ] }, "docs": "Deletes a field option. You need to supply the unique field option\nidentifier that was returned upon field creation.\n" } ] } ], "bundled": true }