Query parameter and record

Get all records

GET http://try-server.labpipe.org/api/query/record/all/:sid

Path Parameters

Name
Type
Description

sid

string

Study identifier

Headers

Name
Type
Description

Authorization

string

HTTP Basic authentication

[{
    "form_code": "test",
    "study_code": "EMBER",
    "instrument_code": "PTR",
    "p_visit_type": {
        "visit_type": true
    },
    "p_basic": {
        "participant_id_prefix": "AAA",
        "participant_id_number": "1234",
        "participant_id": "AAA-1234"
    },
    "p_file": {
        "file": [
            "/data/[email protected]"
        ]
    },
    "uploaded_by": "bo.zhao",
    "created": "2019-07-10T12:51:07.149980"
}]

Get all studies

GET http://try-server.labpipe.org/api/query/study/all

Headers

Name
Type
Description

Authorization

string

HTTP Basic authentication

Get study by identifier

GET http://try-server.labpipe.org/api/query/study/one

Query Parameters

Name
Type
Description

identifier

string

Study identifier

Headers

Name
Type
Description

Authorization

string

HTTP Basic authentication

Get all instruments

GET http://try-server.labpipe.org/api/query/instrument/all

Headers

Name
Type
Description

Authorization

string

HTTP Basic authentication

Get instrument by identifier

GET http://try-server.labpipe.org/api/query/instrument/one

Query Parameters

Name
Type
Description

identifier

string

Instrument identifier

Headers

Name
Type
Description

Authorization

string

HTTP Basic authentication

Last updated

Was this helpful?