Backoffice API
  1. Community
Backoffice API
  • AdOps
  • Community
  • Core
  • Docs
  • Magazines
  • Publisher
    • Publications
      • Create Publication
      • Publication by id
      • Remove Publication by id
    • Blocks
      • Create Media Block HTML
      • Media Block by id
      • Update Media Block HTML by id
  • ReaderHub
    • Readers
      • Create Reader entitlement
  • Uploader
    • Upload Asset Image
  • Schemas
    • AdOps
      • Ad
      • Adversiter
      • Category
      • Creative
      • Adversiter (summary)
    • Community
      • Event
      • Event (summary)
      • Event Schedule
      • Organization
      • Organization (summary)
      • Person
      • Person (summary)
      • Project
      • Project (summary)
      • Profile
      • Profile (summary)
      • Profile Address
      • Profile Block
      • Profile Block (summary)
      • Profile BlockEntry
      • Profile BlockEntry (summary)
      • Profile Contact
      • Profile Description
    • Core
      • Visual
        • Image
        • Slideshow
        • Video
        • Visual Image
        • Visual Slideshow
        • Visual Video
        • Visual None
      • Asset
      • Category
      • Reference
      • Paging Metadata
      • Visual
    • Docs
      • Content
        • Content
        • Content (summary)
        • Content Metadata
        • Content Block
      • Blocks
        • Quote Block
        • Question Block
        • Data Block
        • HTML Block
        • Image Block
        • Related Content Block
        • Richtext Block
        • Slideshow Block
        • Video Block
      • ContentType
        • ContentType
        • ContentTemplate (summary)
        • ContentTemplate
    • Magazines
      • Issue
      • Section
      • Section Block
      • Section Block (summary)
      • Block Slot
      • SectionContent
    • Publisher
      • Publication
    • ReaderHub
      • Entitlement
  1. Community

Project

Project data structure

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "cover_image_key": "string",
    "profile_image_key": "string",
    "profile": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
        "profile_categories": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2"
            }
        ],
        "profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
        "status_id": "4e949624-bc0f-439e-a9f2-25a23938812c"
    },
    "description": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "locale": "string",
            "blocks": [
                {
                    "kind": "richtext",
                    "content_html": "string",
                    "image": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "file_key": "string",
                        "credit": "string",
                        "caption_html": "<p>Caption example by Omerlo</p>",
                        "caption_text": "Caption example by Omerlo",
                        "gravity": "center"
                    },
                    "slideshow": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "images": [
                            {
                                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                                "file_key": "string",
                                "credit": "string",
                                "caption_html": "<p>Caption example by Omerlo</p>",
                                "caption_text": "Caption example by Omerlo",
                                "gravity": "center"
                            }
                        ]
                    },
                    "video": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "video_id": "165252b3-cd77-4f41-a38f-02417eac7441",
                        "url": "http://example.com",
                        "provider": "youtube",
                        "credit": "Credit example",
                        "caption_html": "<p>Caption example by Omerlo</p>",
                        "caption_text": "Caption example by Omerlo",
                        "is_monetized": false,
                        "is_tracking_enabled": false
                    }
                }
            ],
            "deleted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "address": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "locale": "en",
            "country": "string",
            "city": "string",
            "street": "string",
            "location": "string",
            "deleted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "contact": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "locale": "en",
            "email": "user@example.com",
            "phone": "string",
            "facebook": "string",
            "linkedin": "string",
            "instagram": "string",
            "twitter": "string",
            "bluesky": "string",
            "website": "string",
            "deleted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "locales": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "locale": "en",
            "name": "string",
            "summary_html": "string",
            "description_html": "string",
            "deleted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "inserted_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
}
Built with