Skip to main content

getQuota

GET 

/api/suppliers/getQuota

Returns the quotas associated with a survey.

Request

Query Parameters

    projectId integer

    Unique identifier of the project to retrieve associated quotas.

    Example: 99153

Responses

Successful response

Schema

    status integer

    data

    object

    Quotas

    object[]

  • Array [

  • ProjectId integer
    Name string
    Quota integer
    QuotaId integer
  • ]

Loading...