UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 388 kB
{"openapi":"3.0.0","servers":[{"url":"http://example.com:80/v1"}],"info":{"contact":{"x-twitter":"NooshInc"},"description":"Full description of Noosh API","title":"Noosh API application","version":"1.0","x-apisguru-categories":["collaboration"],"x-logo":{"url":"https://twitter.com/NooshInc/profile_image?size=original"},"x-origin":[{"format":"openapi","url":"https://api.noosh.com/api/swagger.json","version":"3.0"}],"x-providerName":"noosh.com"},"tags":[{"name":"Contact"},{"name":"Country"},{"name":"Deactivation Reason"},{"name":"Estimate"},{"name":"Exchange Rate"},{"name":"File"},{"name":"Invoice"},{"name":"My Info"},{"name":"Order"},{"name":"Project"},{"name":"Project Category"},{"name":"Project Status"},{"name":"Quote"},{"name":"RFE"},{"name":"Rfq"},{"name":"Shipment"},{"name":"Spec"},{"name":"Spec Template"},{"name":"Task"},{"name":"Team Member"},{"name":"Team Member Role"},{"name":"Time Card"},{"name":"User Fields"},{"name":"Workgroup"},{"name":"Workgroup Members"}],"paths":{"/1.1/workgroups/{workgroup_id}/projects/{project_id}/fileTags":{"get":{"description":"List Tags from Workgroup and Project.","operationId":"getFileTags","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/FileTagResponseVO"}}},"description":"Successful retrieval"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List Tags from Workgroup and Project.","tags":["File"]}},"/1.1/workgroups/{workgroup_id}/projects/{project_id}/files":{"get":{"description":"List Files from Project. Works for Regular and Remote Files","operationId":"getFiles","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}}},"description":"Successful retrieval"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List Files from Project. Works for Regular and Remote Files","tags":["File"]},"post":{"description":"Upload File to Project. A multipart/form-data request with a name \"file\"","operationId":"uploadFile","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"format":"binary","type":"string"}}}},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}}},"description":"Successful retrieval"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Upload File to Project. A multipart/form-data request with a name \"file\"","tags":["File"]}},"/1.1/workgroups/{workgroup_id}/projects/{project_id}/files/{file_id}":{"get":{"description":"Get File from Project. Works for Regular and Remote Files","operationId":"getFile","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"file_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/FileResponseVO"}}},"description":"Successful retrieval"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Get File from Project. Works for Regular and Remote Files","tags":["File"]}},"/1.1/workgroups/{workgroup_id}/projects/{project_id}/specs/{spec_id}":{"get":{"description":"List a specific spec of project Level","operationId":"getSpec","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"spec_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/V1x1SpecExpandVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List a specific spec of project Level","tags":["Spec"]},"put":{"description":"Update a specific Spec","operationId":"putSpec","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"spec_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/V1X1SpecUpdatingPO"}}}},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/SpecHTTPStatusVO"}}},"description":"Successful updated"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Update a specific Spec","tags":["Spec"]}},"/1.1/workgroups/{workgroup_id}/projects/{project_id}/teammembers":{"post":{"description":"Invite a team member or all the members of team template for the specific project.","operationId":"postTeamMemberOfProject","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"project_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/TeamMemberPO"}}}},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/V1x1InvitedTeamMemberResultsVO"}}},"description":"Successful retrieval"},"422":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Invalid data"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Invite a team member or all the members of team template for the specific project.","tags":["Team Member"]}},"/1.1/workgroups/{workgroup_id}/specTypes/{spec_type_id}/specTypeFields":{"get":{"description":"Get Spec Type Fields","operationId":"getSpecTypeFields","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"spec_type_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/SpecTypeFieldsListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Get Spec Type Fields","tags":["Spec"]}},"/v1/countries":{"get":{"description":"List all countries","operationId":"getCountryList","responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/CountryListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/CountryListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List all countries","tags":["Country"]}},"/v1/workgroups":{"get":{"description":"List the workgroups","operationId":"getWorkgroupList","parameters":[{"description":"Workgroup Name","in":"query","name":"workgroup_name","required":false,"schema":{"type":"string"}},{"description":"1000001 for Buyer, 1000002 for supplier, 1000003 for agent, 1000004 for Broker/Outsourcer and 1000005 for Partner","explode":false,"in":"query","name":"workgroup_types","required":false,"schema":{"items":{"type":"string"},"type":"array"},"style":"form"}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/WorkgroupListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List the workgroups","tags":["Workgroup"]}},"/v1/workgroups/{workgroup_id}/automaticInvitations":{"get":{"description":"List current user's automatic invitations info ","operationId":"getAutomaticInvitationList","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/AutomaticInvitationsListVO"}}},"description":"Successful retrieval"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List current user's automatic invitations info ","tags":["My Info"]}},"/v1/workgroups/{workgroup_id}/billingRecipients":{"get":{"description":"List Billing Recipients","operationId":"getBillingRecipients","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List Billing Recipients","tags":["Contact"]}},"/v1/workgroups/{workgroup_id}/buyOrders":{"get":{"description":"List the buy orders of workgroup","operationId":"getBuyOrderListOfWorkgroup","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/OrderWorkgroupLevelListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List the buy orders of workgroup","tags":["Order"]}},"/v1/workgroups/{workgroup_id}/buyOrders/{order_id}":{"get":{"description":"Get a specific buy order of workgroup","operationId":"getBuyOrderOfWorkgroup","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"order_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/OrderExpandWorkgroupLevelVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Get a specific buy order of workgroup","tags":["Order"]}},"/v1/workgroups/{workgroup_id}/clientWorkgroups":{"get":{"description":"List client workgroups","operationId":"getClientWorkgroupList","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List client workgroups","tags":["Workgroup"]}},"/v1/workgroups/{workgroup_id}/clientWorkgroups/{client_workgroup_id}":{"get":{"description":"Get a specific client workgroups","operationId":"getSpecificClientWorkgroup","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"client_workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ClientWorkgroupExpandVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Get a specific client workgroups","tags":["Workgroup"]}},"/v1/workgroups/{workgroup_id}/clientWorkgroups/{client_workgroup_id}/projectCategory":{"get":{"description":"List the project categories of client side","operationId":"getProjectCategoryListOfClient","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"client_workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ProjectCategoryListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"422":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Invalid data"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List the project categories of client side","tags":["Project Category"]}},"/v1/workgroups/{workgroup_id}/clientWorkgroups/{client_workgroup_id}/projectHomeUserFields":{"get":{"description":"List projec home user fields of client workgroup","operationId":"getProjectHomeUserFieldListOfClient","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"client_workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ProjectHomeUserFieldsListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List projec home user fields of client workgroup","tags":["User Fields"]}},"/v1/workgroups/{workgroup_id}/clientWorkgroups/{client_workgroup_id}/projectStatus":{"get":{"description":"List the project status of client","operationId":"getProjectStatusOfClient","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"client_workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ProjectStatusListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List the project status of client","tags":["Project Status"]}},"/v1/workgroups/{workgroup_id}/contacts":{"get":{"description":"List the contacts","operationId":"getContactList","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ContactsListVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"List the contacts","tags":["Contact"]}},"/v1/workgroups/{workgroup_id}/contacts/{user_id}":{"get":{"description":"Contact Info","operationId":"getContactUserInfo","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"user_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/UserDetailsExpandVO"}}},"description":"Successful retrieval"},"404":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"There are not any result matching your search condition"},"500":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/json":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-json-smile":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"application/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/csv":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/x-yaml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}},"text/xml":{"schema":{"$ref":"#/components/schemas/HTTPStatusVO"}}},"description":"Internal server error"}},"summary":"Contact Info","tags":["Contact"]}},"/v1/workgroups/{workgroup_id}/customTaskStatus":{"get":{"description":"Get custom task status of workgroup level","operationId":"getWgTaskStatusListOfWorkgroup","parameters":[{"in":"path","name":"workgroup_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*