Skip to content

Commit

Permalink
IVIS-46: - Update API chapter (fix by name method).
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Oct 26, 2016
1 parent 8c59455 commit aed347b
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 187 deletions.
23 changes: 0 additions & 23 deletions docs/api/afterschoolcentersections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save afterSchoolCenterSections`_
* `Update afterSchoolCenterSection`_
* `Delete afterSchoolCenterSection`_
* `Get afterSchoolCenterSection or afterSchoolCenterSections by name`_

.. _`Get afterSchoolCenterSection`:

Expand Down Expand Up @@ -174,25 +173,3 @@ Parameters response:
.. note::
you receive deleted object

.. _`Get afterSchoolCenterSection or afterSchoolCenterSections by name`:

Get afterSchoolCenterSection or afterSchoolCenterSections by name
-----------------------------------------------------------------

URL:
~~~~
*/afterschoolcentersections
Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
*first(BOOLEAN)* - optional

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (AfterSchoolCenterSection)*

23 changes: 0 additions & 23 deletions docs/api/applicationformquestiongroups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save applicationFormQuestionGroups`_
* `Update applicationFormQuestionGroup`_
* `Delete applicationFormQuestionGroup`_
* `Get applicationFormQuestionGroup or applicationFormQuestionGroups by name`_

.. _`Get applicationFormQuestionGroup`:

Expand Down Expand Up @@ -186,25 +185,3 @@ Parameters response:

you receive deleted object

.. _`Get applicationFormQuestionGroup or applicationFormQuestionGroups by name`:

Get applicationFormQuestionGroup or applicationFormQuestionGroups by name
-------------------------------------------------------------------------

URL:
~~~~
*/applicationformquestiongroups*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (ApplicationFormQuestionGroup)*

21 changes: 0 additions & 21 deletions docs/api/applicationformquestions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save applicationFormQuestions`_
* `Update applicationFormQuestion`_
* `Delete applicationFormQuestion`_
* `Get applicationFormQuestion or applicationFormQuestions by name`_

.. _`Get applicationFormQuestion`:

Expand Down Expand Up @@ -198,23 +197,3 @@ Parameters response:

.. _`Get applicationFormQuestion or applicationFormQuestions by name`:

Get applicationFormQuestion or applicationFormQuestions by name
---------------------------------------------------------------

URL:
~~~~
*/applicationformquestions*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (ApplicationFormQuestion)*

23 changes: 0 additions & 23 deletions docs/api/applicationforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save applicationForms`_
* `Update applicationForm`_
* `Delete applicationForm`_
* `Get applicationForm or applicationForms by name`_

.. _`Get applicationForm`:

Expand Down Expand Up @@ -176,25 +175,3 @@ Parameters response:

you receive deleted object

.. _`Get applicationForm or applicationForms by name`:

Get applicationForm or applicationForms by name
-----------------------------------------------

URL:
~~~~
*/applicationforms*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (ApplicationForm)*

45 changes: 0 additions & 45 deletions docs/api/applicationformsteps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save applicationFormSteps`_
* `Update applicationFormStep`_
* `Delete applicationFormStep`_
* `Get applicationFormStep or applicationFormSteps by personal id`_
* `Get applicationFormStep or applicationFormSteps by name`_

.. _`Get applicationFormStep`:

Expand Down Expand Up @@ -183,47 +181,4 @@ Parameters response:

you receive deleted object

.. _`Get applicationFormStep or applicationFormSteps by personal id`:

Get applicationFormStep or applicationFormSteps by personal id
-----------------------------------------------------------

URL:
~~~~
*/applicationformsteps*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*personalId(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (ApplicationFormStep)*

.. _`Get applicationFormStep or applicationFormSteps by name`:

Get applicationFormStep or applicationFormSteps by name
-------------------------------------------------------

URL:
~~~~
*/applicationformsteps*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (ApplicationFormStep)*

22 changes: 0 additions & 22 deletions docs/api/applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save applications`_
* `Update application`_
* `Delete application`_
* `Get application or applications by name`_

.. _`Get application`:

Expand Down Expand Up @@ -212,25 +211,4 @@ Parameters response:

you receive deleted object

.. _`Get application or applications by name`:

Get application or applications by name
---------------------------------------

URL:
~~~~
*/applications*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (Application)*

23 changes: 0 additions & 23 deletions docs/api/categories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Provides following method for `API <index.html>`_ calls:
* `Save categories`_
* `Update category`_
* `Delete category`_
* `Get category or categories by name`_

.. _`Get category`:

Expand Down Expand Up @@ -168,25 +167,3 @@ Parameters response:

you receive deleted object

.. _`Get category or categories by name`:

Get category or categories by name
----------------------------------

URL:
~~~~
*/categories*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*name(STRING)*
and optional *first(BOOLEAN)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY or OBJECT (Category)*

0 comments on commit aed347b

Please sign in to comment.