External Attributes
List
Method
GET
Path
/api/external-attribute
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | number | N | ID of an external attribute |
Example cURL
curl -X GET \ 'https://platform.flxone.com/api/external-attribute?id=1' \ -H 'Cache-Control: no-cache' \ -H 'X-Auth: es5a88dmlpktb5t6k9eifm6Pqjd0l70otkm1p2dv6g13h3h2thkptomb3k8dqe3ms3Xvorgr72h99uec0n92mf9hki9d23aprtsmds3' \ -H 'X-CSRF: 14f61670139eb434adf7f148bbea1a30'
Output
{ "response": { "status": "OK", "external_attribute": { "id": "1", "customer": "11", "title": "Javascript Error", "sourceType": "external_data", "extractionMethod": "json_path", "extractionSettings": { "jsonpath": "$.err_msg" }, "extractionSamples": null, "enableAudienceBuilder": true, "enableReportCentral": true, "enablePersonalization": false, "matcherSettings": null, "settings": null, "deleted": "0", "created": "2016-03-03 14:41:37", "modified": "2016-03-03 14:41:37", "datasource_abstraction_identifier": "flx_11_ext_attr_1" } }, "audit": { "user": "Garima P C", "user_id": "007", "cluster_id": "10", "customer_id": "11" }, "debug": { "parsetime": "30.125856", "now": "2018-02-14 18:00:30" } }