View External demand
https://api.ocamba.com/v2/adex/external-demands/{id}
https://api.ocamba.com/v2/adex/external-demands/{id}
Retrieves the details of an External demand that has previously been created if a valid identifier was provided
Name
Descriptionidstringrequired
external demand id.Example: 116
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /VERSION/adex/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
viewstring
Adex API returns full representation of the resource using the “view=full” query parameter. If not specified, the default view will be used.Note that the “fields” parameter has precedence over the “view” parameter.
Example: view=full/default
200 - OK
Name
Descriptionitems[ external-demand-partners ]
An array of all created items.External demand partners
Name
Descriptionexchange_typestring
External demand type, possible values are rtb and native.Example: rtb
idstring
A unique identifier generated by the Ocamba platform.Example: 117
namestring
Name of the exchange.Example: MyExchange
pricing_modelstring
External demand partner pricing model, possible values are cpc and cpm.Example: cpc
settingsarray
Array of objects, integration settings. Required parameters defined and provided by the integration partner.Example: [ { "label": "feed", "type": "string", "required": "1" }, { "label": "auth", "type": "string", "required": "1" } ]
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the external demand id, list the external demands to find it.