getClientProjectById
GET/api/suppliers/getClientProjectById
Fetches the details of a project using its ID.
Request
Query Parameters
projectId integer
Unique identifier of the project to retrieve its details.
Example: 4455
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
data
object
ProjectId integer
projectName string
lang_id integer
completes integer
studyUrl string
cpi integer
projectStatus string
loi integer
ir integer
igroupSecurityActive boolean
deviceAllowed integer
studytype integer
isPII integer
fieldDays integer
categoryIds integer
{
"status": 200,
"data": {
"ProjectId": 4556,
"projectName": "testCreationByApiuser2",
"lang_id": 4,
"completes": 100,
"studyUrl": "https://zamplia-zampclient-sandbox.azurewebsites.net/?PID=<pid>",
"cpi": 1.15,
"projectStatus": "Live",
"loi": 12,
"ir": 90,
"igroupSecurityActive": true,
"deviceAllowed": 0,
"studytype": 1,
"isPII": 0,
"fieldDays": 10,
"categoryIds": 1
}
}
Loading...