POST api/category/node
Получить список произведений для узлов классификатора
Request Information
URI Parameters
None.
Body Parameters
Входные параметры
CategoryNodeBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipSearch | boolean |
None. |
|
| sort_by |
Cпособ сортировки списка (по-умолчанию - по названию) |
SearchSortVariants |
None. |
| sort_order |
Порядок сортировки списка (по-умолчанию - ASC) |
SortOrders |
None. |
| page_n |
Номер страницы |
integer |
None. |
| efd_page_count |
Количество ЭПД на странице |
integer |
None. |
| recalc_efd_count |
Признак пересчета общего количества ЭПД (1 - пересчитать, если был изменен какой-либо параметр поиска; 0 (по-умолчанию) - не пересчитывать, если произошел переход по пагинации) |
boolean |
None. |
| union_type |
Тип логического объединения параметров по классификаторам/коллекциям: (и, или). «Входит и в ту и в другую», либо «входит в ту или другую» |
UnionTypes |
None. |
| composition |
Возвращаемая группа |
Composite |
None. |
| bip_71_2003_flag |
Признак возврата биб записи |
boolean |
None. |
| isB2C |
Флаг указывает, какой тип доступа требуется рассчитать для документа: B2B или B2C |
boolean |
None. |
| classifiers |
Список классификаторов с узлами |
Collection of CategoryInfo |
None. |
| search_list |
Поля поиска |
Collection of SearchList |
None. |
Request Formats
application/json, text/json
{
"sort_by": 1,
"sort_order": 1,
"page_n": 1,
"efd_page_count": 2,
"recalc_efd_count": true,
"union_type": 1,
"composition": 1,
"bip_71_2003_flag": true,
"isB2C": true,
"classifiers": [
{
"category_type": 1,
"category_name": 0,
"nodes": [
1,
2
]
},
{
"category_type": 1,
"category_name": 0,
"nodes": [
1,
2
]
}
],
"search_list": [
{
"field": 0,
"value": {},
"operand": true,
"union_type": 1
},
{
"field": 0,
"value": {},
"operand": true,
"union_type": 1
}
],
"skipSearch": true
}
application/xml, text/xml
<CategoryNodeBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RucontAPI.Models.Categories">
<SkipSearch>true</SkipSearch>
<bip_71_2003_flag>true</bip_71_2003_flag>
<classifiers>
<CategoryInfo>
<category_name>None</category_name>
<category_type>Rubricators</category_type>
<nodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</nodes>
</CategoryInfo>
<CategoryInfo>
<category_name>None</category_name>
<category_type>Rubricators</category_type>
<nodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</nodes>
</CategoryInfo>
</classifiers>
<composition>Bought</composition>
<efd_page_count>2</efd_page_count>
<isB2C>true</isB2C>
<page_n>1</page_n>
<recalc_efd_count>true</recalc_efd_count>
<search_list>
<SearchList>
<field>full_txt</field>
<operand>true</operand>
<union_type>AND</union_type>
<value />
</SearchList>
<SearchList>
<field>full_txt</field>
<operand>true</operand>
<union_type>AND</union_type>
<value />
</SearchList>
</search_list>
<sort_by>year</sort_by>
<sort_order>ASC</sort_order>
<union_type>AND</union_type>
</CategoryNodeBindingModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Список произведений для узлов классификатора
CategoryDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| efd_count |
Кол-во позиций (если параметр recalc_efd_count=0 , то не возвращается) |
integer |
None. |
| page_n |
Номер страницы |
integer |
None. |
| efd_list |
Список эпд |
Collection of DocumentInfo |
None. |
Response Formats
application/json, text/json
{
"efd_count": 1,
"page_n": 2,
"efd_list": [
{
"efd_id": 1,
"is_free": 0,
"data_access": [
{
"guid": "sample string 1",
"fileName": "sample string 2",
"readAccessType": 0,
"loadAccessType": 0
},
{
"guid": "sample string 1",
"fileName": "sample string 2",
"readAccessType": 0,
"loadAccessType": 0
}
],
"is_indexed": true,
"is_ready_now": true,
"title": "sample string 2",
"first_author": "sample string 3",
"authors": [
"sample string 1",
"sample string 2"
],
"efd_type": 0,
"efd_type_extended": 1,
"efd_type_2": 0,
"annotation": "sample string 4",
"price": 1.1,
"price_min": 1.1,
"page_count": 1,
"year": 1,
"bbk": "sample string 5",
"udk": "sample string 6",
"tags": "sample string 7",
"isbN_ISSN": "sample string 8",
"publisher": "sample string 9",
"smallcover": "sample string 10",
"bigcover": "sample string 11",
"efd1_id": 1,
"efd1_title": "sample string 12",
"efd2_id": 1,
"efd2_title": "sample string 13",
"efd2_year": 1,
"stats": {
"qty_same": 1,
"qty_used": 1,
"qty_href": 1,
"efd2_count": 1,
"efd3_count": 1
},
"bip_71_2003": "sample string 14",
"resume": "sample string 15",
"snipet_text": "sample string 16",
"auto_tags": [
{
"tag": "sample string 1",
"weight": 2.1
},
{
"tag": "sample string 1",
"weight": 2.1
}
],
"folDerPDFID": 1,
"folderPreviewID": 1,
"preview_file": {
"fileID": 1,
"title": "sample string 1",
"extension": "sample string 2",
"path": "sample string 3",
"isDeleted": true,
"length": 1,
"storageParameter": "sample string 4",
"isAvailable": 0,
"guid": "17f844ba-9d1b-4c8a-aa47-f290ea803f16"
},
"inFavourite": true,
"firstPage": 1,
"lastPage": 1,
"hashFile": "sample string 18"
},
{
"efd_id": 1,
"is_free": 0,
"data_access": [
{
"guid": "sample string 1",
"fileName": "sample string 2",
"readAccessType": 0,
"loadAccessType": 0
},
{
"guid": "sample string 1",
"fileName": "sample string 2",
"readAccessType": 0,
"loadAccessType": 0
}
],
"is_indexed": true,
"is_ready_now": true,
"title": "sample string 2",
"first_author": "sample string 3",
"authors": [
"sample string 1",
"sample string 2"
],
"efd_type": 0,
"efd_type_extended": 1,
"efd_type_2": 0,
"annotation": "sample string 4",
"price": 1.1,
"price_min": 1.1,
"page_count": 1,
"year": 1,
"bbk": "sample string 5",
"udk": "sample string 6",
"tags": "sample string 7",
"isbN_ISSN": "sample string 8",
"publisher": "sample string 9",
"smallcover": "sample string 10",
"bigcover": "sample string 11",
"efd1_id": 1,
"efd1_title": "sample string 12",
"efd2_id": 1,
"efd2_title": "sample string 13",
"efd2_year": 1,
"stats": {
"qty_same": 1,
"qty_used": 1,
"qty_href": 1,
"efd2_count": 1,
"efd3_count": 1
},
"bip_71_2003": "sample string 14",
"resume": "sample string 15",
"snipet_text": "sample string 16",
"auto_tags": [
{
"tag": "sample string 1",
"weight": 2.1
},
{
"tag": "sample string 1",
"weight": 2.1
}
],
"folDerPDFID": 1,
"folderPreviewID": 1,
"preview_file": {
"fileID": 1,
"title": "sample string 1",
"extension": "sample string 2",
"path": "sample string 3",
"isDeleted": true,
"length": 1,
"storageParameter": "sample string 4",
"isAvailable": 0,
"guid": "17f844ba-9d1b-4c8a-aa47-f290ea803f16"
},
"inFavourite": true,
"firstPage": 1,
"lastPage": 1,
"hashFile": "sample string 18"
}
]
}
application/xml, text/xml
<CategoryDocuments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RucontAPI.Models.Categories">
<efd_count>1</efd_count>
<efd_list xmlns:d2p1="http://schemas.datacontract.org/2004/07/RucontAPI.Models.Documents">
<d2p1:DocumentInfo>
<d2p1:FirstPage>1</d2p1:FirstPage>
<d2p1:FolDerPDFID>1</d2p1:FolDerPDFID>
<d2p1:FolderPreviewID>1</d2p1:FolderPreviewID>
<d2p1:HashFile>sample string 18</d2p1:HashFile>
<d2p1:ISBN_ISSN>sample string 8</d2p1:ISBN_ISSN>
<d2p1:InFavourite>true</d2p1:InFavourite>
<d2p1:LastPage>1</d2p1:LastPage>
<d2p1:annotation>sample string 4</d2p1:annotation>
<d2p1:authors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:authors>
<d2p1:auto_tags>
<d2p1:AutoKey>
<d2p1:tag>sample string 1</d2p1:tag>
<d2p1:weight>2.1</d2p1:weight>
</d2p1:AutoKey>
<d2p1:AutoKey>
<d2p1:tag>sample string 1</d2p1:tag>
<d2p1:weight>2.1</d2p1:weight>
</d2p1:AutoKey>
</d2p1:auto_tags>
<d2p1:bbk>sample string 5</d2p1:bbk>
<d2p1:bigcover>sample string 11</d2p1:bigcover>
<d2p1:bip_71_2003>sample string 14</d2p1:bip_71_2003>
<d2p1:data_access>
<d2p1:DataAccess>
<d2p1:FileName>sample string 2</d2p1:FileName>
<d2p1:Guid>sample string 1</d2p1:Guid>
<d2p1:LoadAccessType>Unaccessible</d2p1:LoadAccessType>
<d2p1:ReadAccessType>Unaccessible</d2p1:ReadAccessType>
</d2p1:DataAccess>
<d2p1:DataAccess>
<d2p1:FileName>sample string 2</d2p1:FileName>
<d2p1:Guid>sample string 1</d2p1:Guid>
<d2p1:LoadAccessType>Unaccessible</d2p1:LoadAccessType>
<d2p1:ReadAccessType>Unaccessible</d2p1:ReadAccessType>
</d2p1:DataAccess>
</d2p1:data_access>
<d2p1:efd1_id>1</d2p1:efd1_id>
<d2p1:efd1_title>sample string 12</d2p1:efd1_title>
<d2p1:efd2_id>1</d2p1:efd2_id>
<d2p1:efd2_title>sample string 13</d2p1:efd2_title>
<d2p1:efd2_year>1</d2p1:efd2_year>
<d2p1:efd_id>1</d2p1:efd_id>
<d2p1:efd_type>NotSet</d2p1:efd_type>
<d2p1:efd_type_2>NotSet</d2p1:efd_type_2>
<d2p1:efd_type_extended>1</d2p1:efd_type_extended>
<d2p1:first_author>sample string 3</d2p1:first_author>
<d2p1:is_free>Free</d2p1:is_free>
<d2p1:is_indexed>true</d2p1:is_indexed>
<d2p1:is_ready_now>true</d2p1:is_ready_now>
<d2p1:page_count>1</d2p1:page_count>
<d2p1:preview_file xmlns:d4p1="http://schemas.datacontract.org/2004/07/RucontAPI.Models.SerializationPrimitives">
<d4p1:Extension>sample string 2</d4p1:Extension>
<d4p1:FileID>1</d4p1:FileID>
<d4p1:Guid>17f844ba-9d1b-4c8a-aa47-f290ea803f16</d4p1:Guid>
<d4p1:IsAvailable>Unaccessible</d4p1:IsAvailable>
<d4p1:IsDeleted>true</d4p1:IsDeleted>
<d4p1:Length>1</d4p1:Length>
<d4p1:Path>sample string 3</d4p1:Path>
<d4p1:StorageParameter>sample string 4</d4p1:StorageParameter>
<d4p1:Title>sample string 1</d4p1:Title>
</d2p1:preview_file>
<d2p1:price>1.1</d2p1:price>
<d2p1:price_min>1.1</d2p1:price_min>
<d2p1:publisher>sample string 9</d2p1:publisher>
<d2p1:resume>sample string 15</d2p1:resume>
<d2p1:smallcover>sample string 10</d2p1:smallcover>
<d2p1:snipet_text>sample string 16</d2p1:snipet_text>
<d2p1:stats xmlns:d4p1="http://schemas.datacontract.org/2004/07/RucontAPI.Models.SerializationPrimitives">
<d4p1:efd2_count>1</d4p1:efd2_count>
<d4p1:efd3_count>1</d4p1:efd3_count>
<d4p1:qty_href>1</d4p1:qty_href>
<d4p1:qty_same>1</d4p1:qty_same>
<d4p1:qty_used>1</d4p1:qty_used>
</d2p1:stats>
<d2p1:tags>sample string 7</d2p1:tags>
<d2p1:title>sample string 2</d2p1:title>
<d2p1:udk>sample string 6</d2p1:udk>
<d2p1:year>1</d2p1:year>
</d2p1:DocumentInfo>
<d2p1:DocumentInfo>
<d2p1:FirstPage>1</d2p1:FirstPage>
<d2p1:FolDerPDFID>1</d2p1:FolDerPDFID>
<d2p1:FolderPreviewID>1</d2p1:FolderPreviewID>
<d2p1:HashFile>sample string 18</d2p1:HashFile>
<d2p1:ISBN_ISSN>sample string 8</d2p1:ISBN_ISSN>
<d2p1:InFavourite>true</d2p1:InFavourite>
<d2p1:LastPage>1</d2p1:LastPage>
<d2p1:annotation>sample string 4</d2p1:annotation>
<d2p1:authors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:authors>
<d2p1:auto_tags>
<d2p1:AutoKey>
<d2p1:tag>sample string 1</d2p1:tag>
<d2p1:weight>2.1</d2p1:weight>
</d2p1:AutoKey>
<d2p1:AutoKey>
<d2p1:tag>sample string 1</d2p1:tag>
<d2p1:weight>2.1</d2p1:weight>
</d2p1:AutoKey>
</d2p1:auto_tags>
<d2p1:bbk>sample string 5</d2p1:bbk>
<d2p1:bigcover>sample string 11</d2p1:bigcover>
<d2p1:bip_71_2003>sample string 14</d2p1:bip_71_2003>
<d2p1:data_access>
<d2p1:DataAccess>
<d2p1:FileName>sample string 2</d2p1:FileName>
<d2p1:Guid>sample string 1</d2p1:Guid>
<d2p1:LoadAccessType>Unaccessible</d2p1:LoadAccessType>
<d2p1:ReadAccessType>Unaccessible</d2p1:ReadAccessType>
</d2p1:DataAccess>
<d2p1:DataAccess>
<d2p1:FileName>sample string 2</d2p1:FileName>
<d2p1:Guid>sample string 1</d2p1:Guid>
<d2p1:LoadAccessType>Unaccessible</d2p1:LoadAccessType>
<d2p1:ReadAccessType>Unaccessible</d2p1:ReadAccessType>
</d2p1:DataAccess>
</d2p1:data_access>
<d2p1:efd1_id>1</d2p1:efd1_id>
<d2p1:efd1_title>sample string 12</d2p1:efd1_title>
<d2p1:efd2_id>1</d2p1:efd2_id>
<d2p1:efd2_title>sample string 13</d2p1:efd2_title>
<d2p1:efd2_year>1</d2p1:efd2_year>
<d2p1:efd_id>1</d2p1:efd_id>
<d2p1:efd_type>NotSet</d2p1:efd_type>
<d2p1:efd_type_2>NotSet</d2p1:efd_type_2>
<d2p1:efd_type_extended>1</d2p1:efd_type_extended>
<d2p1:first_author>sample string 3</d2p1:first_author>
<d2p1:is_free>Free</d2p1:is_free>
<d2p1:is_indexed>true</d2p1:is_indexed>
<d2p1:is_ready_now>true</d2p1:is_ready_now>
<d2p1:page_count>1</d2p1:page_count>
<d2p1:preview_file xmlns:d4p1="http://schemas.datacontract.org/2004/07/RucontAPI.Models.SerializationPrimitives">
<d4p1:Extension>sample string 2</d4p1:Extension>
<d4p1:FileID>1</d4p1:FileID>
<d4p1:Guid>17f844ba-9d1b-4c8a-aa47-f290ea803f16</d4p1:Guid>
<d4p1:IsAvailable>Unaccessible</d4p1:IsAvailable>
<d4p1:IsDeleted>true</d4p1:IsDeleted>
<d4p1:Length>1</d4p1:Length>
<d4p1:Path>sample string 3</d4p1:Path>
<d4p1:StorageParameter>sample string 4</d4p1:StorageParameter>
<d4p1:Title>sample string 1</d4p1:Title>
</d2p1:preview_file>
<d2p1:price>1.1</d2p1:price>
<d2p1:price_min>1.1</d2p1:price_min>
<d2p1:publisher>sample string 9</d2p1:publisher>
<d2p1:resume>sample string 15</d2p1:resume>
<d2p1:smallcover>sample string 10</d2p1:smallcover>
<d2p1:snipet_text>sample string 16</d2p1:snipet_text>
<d2p1:stats xmlns:d4p1="http://schemas.datacontract.org/2004/07/RucontAPI.Models.SerializationPrimitives">
<d4p1:efd2_count>1</d4p1:efd2_count>
<d4p1:efd3_count>1</d4p1:efd3_count>
<d4p1:qty_href>1</d4p1:qty_href>
<d4p1:qty_same>1</d4p1:qty_same>
<d4p1:qty_used>1</d4p1:qty_used>
</d2p1:stats>
<d2p1:tags>sample string 7</d2p1:tags>
<d2p1:title>sample string 2</d2p1:title>
<d2p1:udk>sample string 6</d2p1:udk>
<d2p1:year>1</d2p1:year>
</d2p1:DocumentInfo>
</efd_list>
<page_n>2</page_n>
</CategoryDocuments>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
PK �E\�H�� 3 [Content_Types].xml���J1�_e�U��D���U�>���vC�̴�oo6+"��z�$����3_�k����Њ�����ƆM+�֏�[�C0�b�V��r1_RSf��gNwJ���ɘ0����kިzT����10���!�{�`�Y��u+ %g5p�R�L4�"���]�an� ��Dft��z���4��4$<�����"b�Y�&�/#�RF0�#�w�V���1�2?�/����G�����j"����*��evA�C:G1*���!�y�\��<�φoU�~� PK�H�� 3 PK �E\��닮 ' _rels/.rels����0�WYz��c��1�j��V�e�
o�b<xl���Ӳ^�=ч���"ˁ�U�k����,Di��Ȣ��Uy�I�t����1��A�8ː�C�6�Y�4zÝT�4��y~��Ӏ��-�7� ֮�����gR�m�Q�H����e�/��h�
�*����
PK��닮 ' PK �E\FΆ<� I xl/workbook.xml����0Dw$�!�``�RX��`b7�K#��rR��'mU����ɺ'~މ���]���I�-���AqE-�|��=�l������#��cHj�^���d)�ƶQN�X�e�*6�ɻ ���_.���g7�}m�w�P���~[z�}�<�� ��SUʍ\�,�Te=��ڀ3Wu��!�K8Lˡ�����
PKFΆ<� I PK �E\�b��� 4 xl/_rels/workbook.xml.rels���j�0�_��8�`�Q��1�@�J�������k6VR(c���d��>���kԉ2�1h�]:����+(���D��rKJYa�'V�IoZ��4"W1Q(/m�#Jis��#v�u����L�q��5��S���c���ޣ�)ȝ}��ȞH
sGb�:b�]��PAߗY<R�e�_^M~����1��I.��[�ǿ2��ګPK�b��� 4 PK �E\TgR�� W xl/worksheets/sheet1.xml�P�N�0��w�P ��$�T�!�M�����hw��o�$~���}������G���� q����M�����F��n���3{ Q�xG��"���<D�� �C�VrK�A�B��I̶��
�h%K���?\<ؾX��JmH����%�¿ju5��x�6����-����X4�H���<�3.�/9��rS`+��|�}�tD�B�Q�PKTgR�� W PK �E\��+=F i
xl/styles.xml�SMo�0�O���K[i;L��$�]z����@$�C��`�~@�&��ԛ���M�q~�9G2*о*zD�J�?�\1�d,�3#�S��u�[�Y�G
�a�{��I]�=>R�A�
=9�AcU�
B!�N�>TG8�s��7���_ޭ�f�❁l�LlI�
!��N\��n���e���zI�?'˫B�o<ҳ{%:Ǧ��yS%���Ƹ����"Y�O�ɮ���<m�Q9�J�� �)3�$��38-��%6� ��h�-/��a\8���]j�Z���j����[�s���6A��b���u�c��ʑ�ƪ⸸A��P��>-Z���{�%M?��/PK��+=F i PK �E\�/�� � xl/sharedStrings.xml5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK�/�� � PK- �E\�H�� 3 [Content_Types].xmlPK- �E\��닮 ' Y _rels/.relsPK- �E\FΆ<� I @ xl/workbook.xmlPK- �E\�b��� 4 ; xl/_rels/workbook.xml.relsPK- �E\TgR�� W Y xl/worksheets/sheet1.xmlPK- �E\��+=F i
v xl/styles.xmlPK- �E\�/�� � � xl/sharedStrings.xmlPK � �