Skip to main content

Get project details

Get details about a specific project. Use query parameter includeAudiences=true to retrieve all audiences in the project.

Path Parameters
    projectId string required
Query Parameters
    includeAudiences boolean
Responses

OK


Schema
    id string nullable
    name string nullable
    description string nullable
    createdByName string nullable
    createdUtc date-time
    price object
    totalPrice double
    currency string nullable
    samples object[] nullable
  • Array [
  • id string nullable
    name string nullable
    eTag string nullable
    status BuyerStatus

    Possible values: [Submitted, Accepted, Declined, Live, Paused, Cancelled, InReconciliation, Completed]

    price double nullable
    priceKey string nullable
  • ]
Loading...