noosh.com

Full description of Noosh API

๐Ÿ”‘ basic 102 endpoints collaboration
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
List all countries
curl \
  -u "$API_USER:$API_PASS" \
  http://example.com:80/v1/v1/countries
List the workgroups
curl \
  -u "$API_USER:$API_PASS" \
  http://example.com:80/v1/v1/workgroups
Get task list of workgroup level
curl \
  -u "$API_USER:$API_PASS" \
  http://example.com:80/v1/v1/workgroups/{workgroup_id}/tasks
Endpoints (102 total)
GET
/v1/countries
List all countries
GET
/v1/workgroups
List the workgroups
GET
/v1/workgroups/{workgroup_id}/tasks
Get task list of workgroup level
GET
/v1/workgroups/{workgroup_id}/detail
Detail workgroup info
GET
/v1/workgroups/{workgroup_id}/quotes
List the quotes of workgroup level
GET
/v1/workgroups/{workgroup_id}/contacts
List the contacts
GET
/v1/workgroups/{workgroup_id}/projects
List the projects
GET
/v1/workgroups/{workgroup_id}/buyOrders
List the buy orders of workgroup
GET
/v1/workgroups/{workgroup_id}/taskTypes
Get task types of workgroup level
GET
/v1/workgroups/{workgroup_id}/sellOrders
List the sell orders of workgrop
GET
/v1/workgroups/{workgroup_id}/myTimeCards
List my time cards
GET
/v1/workgroups/{workgroup_id}/quoteStates
List the quote states
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints102
Authbasic
Categories1
http://example.com:80/v1