{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device SegmentationField API", "version": "v1" }, "items": [ { "info": { "name": "SegmentationField", "type": "folder" }, "items": [ { "info": { "name": "Get all Profile Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SegmentationFieldGroup/:segmentationFieldGroupId/SegmentationField", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "segmentationFieldGroupId", "value": "", "type": "path", "description": "Identifier used to locate the profile field group." } ] }, "docs": "Returns the collection of profile fields that exist for the specified profile field group." }, { "info": { "name": "Create a Profile Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SegmentationFieldGroup/:segmentationFieldGroupId/SegmentationField", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "segmentationFieldGroupId", "value": "", "type": "path", "description": "Identifier used to locate the profile field group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new profile field for the specified profile field group." }, { "info": { "name": "Get a Profile Field", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SegmentationFieldGroup/:segmentationFieldGroupId/SegmentationField/:segmentationFieldId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "segmentationFieldGroupId", "value": "", "type": "path", "description": "Identifier used to locate the profile field group." }, { "name": "segmentationFieldId", "value": "", "type": "path", "description": "Identifier used to locate the profile field." } ] }, "docs": "Returns the specified profile field." }, { "info": { "name": "Update a Profile Field", "type": "http" }, "http": { "method": "PUT", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SegmentationFieldGroup/:segmentationFieldGroupId/SegmentationField/:segmentationFieldId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "segmentationFieldGroupId", "value": "", "type": "path", "description": "Identifier used to locate the profile field group." }, { "name": "segmentationFieldId", "value": "", "type": "path", "description": "Identifier used to locate the profile field." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified profile field." }, { "info": { "name": "Delete a Profile Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SegmentationFieldGroup/:segmentationFieldGroupId/SegmentationField/:segmentationFieldId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "segmentationFieldGroupId", "value": "", "type": "path", "description": "Identifier used to locate the profile field group." }, { "name": "segmentationFieldId", "value": "", "type": "path", "description": "Identifier used to locate the profile field." } ] }, "docs": "Deletes the specified profile field." } ] } ], "bundled": true }