π΅[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
apikey
string
βοΈ
[ Body ] parameters
Option
Type
Mandatory
query
string
βοΈ
condition
string
βοΈ
sort
string
βοΈ
id
int
βοΈ
Body request example:
{
"query":"user",
"condition":"specific",
"sort":"id",
"parameters":{
"id":2
}
}Last updated