Get a campaign
Get one campaign by campaignId.
Path parameters
Campaign id
Response
successful operation
Example response
{
"id": 20201,
"name": "Summer_Campaign",
"description": "10% discount for all summer products",
"reduction": 10,
"start_at": "2021-04-13T08:45:00+00:00",
"end_at": "2021-05-13T08:45:00+00:00"
}Changes
Changed in 3 of the 3 revisions of this API.35
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
customData/newField1from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
customData/newField2from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
customData/pricesfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
added the optional property
customData/newField1to the response with the200statusresponse-optional-property-added
- ○
added the optional property
customData/newField2to the response with the200statusresponse-optional-property-added
- ○
added the optional property
customData/pricesto the response with the200statusresponse-optional-property-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○