Feature Pack 7

Get a specific spot using its ID

The following example shows how to get a specific spot using its ID.

Request


GET /wcs/resources/store/10101/spot/10623/ HTTP/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTP/1.1 200 OK
Content-Type: application/json

{
	"MarketingSpot": [
		{
			"description": "Display the main ad on About Dress Designer page",
			"spotId": "10623",
			"spotName": "AboutDressDesignerPageMainAd",
			"usage": "MARKETING"
		}
	],
	"recordSetComplete": "true",
	"recordSetCount": "1",
	"recordSetStartNumber": "0",
	"recordSetTotal": "1",
	"resourceId": "https:\/\/testserver.mycompany.com\/wcs\/resources\/store\/10001\/spot\/10623",
	"resourceName": "spot"
}