π΅[GET] Specific by ID
Fetch all info from a specific user using the ID.
Base URL:
{YOUR-DOMAIN}/upload/ost_wbs/[ Header ] Authentication
Field
Type
Mandatory
[ Body ] parameters
Option
Type
Mandatory
Body request example:
{
"query":"user",
"condition":"specific",
"sort":"id",
"parameters":{
"id":2
}
}Last updated