Skip to content

Latest commit

 

History

History
executable file
·
105 lines (68 loc) · 2.26 KB

File metadata and controls

executable file
·
105 lines (68 loc) · 2.26 KB

Tutorial

Here is the list of requests:


There are no requests, so let's post one:

Note

Next action allowed to users that belongs to next auth group: public


Documents can be added to the object with separate request:

Note

Next action allowed to users that belongs to next auth group: public


Documents can be changed:

Note

Next action allowed to users that belongs to next auth group: public


And the object itself can be changed by patching answer field only:

Note

Next action allowed to users that belongs to next auth group: sas


Documents related to answer also can be added to the object with separate request:

Note

Next action allowed to users that belongs to next auth group: sas


Lets get all request documents:


Once answer has been provided it can no longer be changed, lets make an attempt:

Note

Next action allowed to users that belongs to next auth group: sas


Lets take a look at request. Notice that part of parties fields is not visible in public api:


But hidden parties fields would be visible for reviewer and you'll need an access token to see it:

Note

Next action allowed to users that belongs to next auth group: sas public


Lets add another request and leave it without an answer:


Here are all available requests:


Feed modes available:

  • by default - all requests
  • mode=answered - requests that have an answer
  • mode=not_answered - requests that dont't have an answer

For example: