Skip to content

ListProject

POST
/project/query
curl --request POST \
--url https://api.huddlesurety.co/project/query \
--header 'Content-Type: application/json' \
--data '{ "orgIDIn": [ "example" ] }'

Body

Media typeapplication/json

Body

object
orgIDIn
Array<string>
Examplegenerated
{
"orgIDIn": [
"example"
]
}

OK

Media typeapplication/json
Array<object>
object
createdAt
required
string
id
required
string
name
required
string
orgID
required
string
updatedAt
required
string
Examplegenerated
[
{
"createdAt": "example",
"id": "example",
"name": "example",
"orgID": "example",
"updatedAt": "example"
}
]