curl --location --request GET 'https://api.e-satisfaction.com/v3.2/id/organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter_by": {
"EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"null": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_NULL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"GREATER_THAN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LESS_THAN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"GREATER_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LESS_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LIKE": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_LIKE": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"IN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_IN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
]
},
"order_by": {
"ASC": [
"string"
],
"DESC": [
"string"
]
},
"pagination": {
"page": 1,
"max_per_page": 1,
"include_results": true
}
}'{
"page": 0,
"max_per_page": 0,
"last_page": 0,
"total_results": 0,
"results": [
{
"organization_id": "string",
"manager_organization_id": "string",
"name": "string",
"description": "string",
"display_name": "string",
"organization_icon_url": "string",
"owner_id": "string",
"owner": {
"user_id": "string",
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"display_name": "string",
"email": "string",
"active": true,
"verified": true,
"user_icon_url": "string",
"locale": "string",
"verification_token": "string",
"terms_accepted_version": "string",
"last_terms_accepted_time": "string",
"last_login_time": "string"
},
"billing": {
"organization_id": "string",
"legal_name": "string",
"sector": "string",
"address": "string",
"city": "string",
"tax_office": "string",
"tin": "string",
"contact_info": "string"
}
}
]
}