Skip to main content

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

Successful response

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
Loading...