Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
themeEmacs
"campaign": [
 {
 "id": "12345",
 "operationId": "54321",
 "name": "Instant gagnant hiver",
 "backofficeName": "Instant gagnant",
 "url": "instant-gagnant",
 "type": "instantwinner",
 "lang": "fr",
 "createdAt": "2018-01-08 08:22:58",
 "updatedAt": "2018-06-14 12:39:46",
 "dateStart": null
 }

...

Code Block
languagephp
themeEmacs
"campaigns": [
 {
 "id": "12345",
 "operationId": "54321",
 "name": "Instant gagnant hiver",
 "backofficeName": "Instant gagnant",
 "url": "instant-gagnant",
 "type": "instantwinner",
 "lang": "fr",
 "createdAt": "2018-01-08 08:22:58",
 "updatedAt": "2018-06-14 12:39:46",
 "dateStart": null
 },
 {
 "id": "12346",
 "operationId": "5431",
 "name": "Concours photos",
 "backofficeName": "Concours photo numéro 2",
 "url": "concours-photos",
 "type": "contest",
 "lang": "fr",
 "createdAt": "2018-01-08 08:23:32",
 "updatedAt": "2018-06-14 12:39:41",
 "dateStart": null
 }
],
"count": 2,
"nextPageUrl": "http://social-sb.com/api/v2/campaigns?startAt=2"

...