Askara API (1.0.0)
Askara.ai open API
Languages
Servers
Production
https://api.askara.ai/
- Production
https://api.askara.ai/organizations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/organizations?page=1&itemsPerPage=20&expand%5B%5D=organization.read_user&order%5Bid%5D=asc&order%5Buuid%5D=asc&order%5BstreetAddress%5D=asc&order%5BpostalCode%5D=asc&order%5Bcity%5D=asc&order%5Bcountry%5D=asc&order%5Blatitude%5D=asc&order%5Blongitude%5D=asc&order%5Btimezone%5D=asc&order%5Bphone%5D=asc&order%5BsecretariatEmail%5D=asc&order%5Bwebsite%5D=asc&order%5BdentalNomenclatureSystem%5D=asc&order%5BcreatedAt%5D=asc&order%5BupdatedAt%5D=asc&search=string&id=0&id%5B%5D=0&uuid=string&uuid%5B%5D=string&streetAddress=string&postalCode=string&postalCode%5B%5D=string&city=string&country=string&country%5B%5D=string&timezone=string&timezone%5B%5D=string&phone=string&phone%5B%5D=string&secretariatEmail=string&secretariatEmail%5B%5D=string&website=string&website%5B%5D=string&dentalNomenclatureSystem=string&dentalNomenclatureSystem%5B%5D=string&latitude%5Bbetween%5D=string&latitude%5Bgt%5D=string&latitude%5Bgte%5D=string&latitude%5Blt%5D=string&latitude%5Blte%5D=string&longitude%5Bbetween%5D=string&longitude%5Bgt%5D=string&longitude%5Bgte%5D=string&longitude%5Blt%5D=string&longitude%5Blte%5D=string&createdAt%5Bbetween%5D=string&createdAt%5Bgt%5D=string&createdAt%5Bgte%5D=string&createdAt%5Blt%5D=string&createdAt%5Blte%5D=string&updatedAt%5Bbetween%5D=string&updatedAt%5Bgt%5D=string&updatedAt%5Bgte%5D=string&updatedAt%5Blt%5D=string&updatedAt%5Blte%5D=string'
Response
[ { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "streetAddress": "string", "postalCode": "string", "city": "string", "country": "string", "phone": "+33757590893", "secretariatEmail": "user@example.com", "website": "http://example.com", "dentalNomenclatureSystem": "fdi", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ]
- Production
https://api.askara.ai/organizations/{uuid}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/organizations/{uuid}'
Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "streetAddress": "string", "postalCode": "string", "city": "string", "country": "string", "latitude": 10.6584, "longitude": 45.0124, "timezone": "Europe/Paris", "phone": "+33757590893", "secretariatEmail": "user@example.com", "website": "http://example.com", "dentalNomenclatureSystem": "fdi", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "users": [ { … } ] }