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
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
status integer
data
object
Quotas
object[]
ProjectId integer
Name string
Quota integer
QuotaId integer
{
"status": 200,
"data": {
"Quotas": [
{
"ProjectId": 4556,
"Name": "quota1",
"Quota": 50,
"QuotaId": 654984
}
]
}
}
Loading...