Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. getPublicationStatus(resourceId) =>
  2. {
  3. "resourceId": "",
  4. "resourceType": "<story|topic|person|contentSource>"
  5. "status": PUBLISHED/ SCHEDULED/ WITHDRAWN / (UNKNOWN / NOT_PUBLISHED/ NEW)
  6. "firstPublicationDate": <date>,
  7. "publicationPoints": [ // empty if not published
  8. { "id": "",
  9. "url": "",
  10. "isCanonical": "",
  11. "createdAt": "",
  12. "updatedAt": "",
  13. "serviceId": ""
  14. }
  15. ]
  16. "scheduledOperation":{
  17. "publish": {
  18. "date": <date>
  19. "id": parent_id/job_id
  20. }
  21. "withdraw": {
  22. "date":
  23. "id": parent_id/job_id
  24. }
  25. }
  26. "currentOperation": {
  27. "id": parent_id/job_id
  28. "type": "PUBLISH|WITHDRAW",
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement