Guest User

Untitled

a guest
May 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. "tags":["ClientsOData"],
  2.  
  3. "summary":"Returns the EntitySet clients",
  4.  
  5. "operationId":"ClientsOData_Get",
  6.  
  7. "consumes":[],
  8.  
  9. "produces":["application/json"],
  10.  
  11. "/odata/clients":{
  12.  
  13. "get":{
  14.  
  15. "tags":["ClientsOData"],
  16.  
  17. "summary":"Returns the EntitySet clients",
  18.  
  19. "operationId":"ClientsOData_Get",
  20.  
  21. "consumes":[],
  22.  
  23. "produces":["application/json"],
  24.  
  25. "responses":{
  26.  
  27. "200":{
  28.  
  29. "description":"OK",
  30.  
  31. "content":"application/json",
  32.  
  33. "schema":{
  34.  
  35. "type": "array",
  36.  
  37. "items": {
  38.  
  39. "$ref":"#/definitions/ArrayOfClients"
  40.  
  41. }
  42.  
  43. }
  44.  
  45. },
Add Comment
Please, Sign In to add comment