Difference between revisions of "searchEadChildren"
(→Basic Request example) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
This service is a POST-request. | This service is a POST-request. | ||
− | This search service delivers a list of archival descriptions with the requested | + | This search-service delivers a list of archival descriptions with the requested search term one level deeper in the hierarchy of the archival description identified with {id}. A web developer can use this service to create a tree-like presentation of a search result. |
<div><br/>__TOC__<br/></div> | <div><br/>__TOC__<br/></div> | ||
Line 8: | Line 8: | ||
Three request parameters can be used to do a search in archival descriptions. | Three request parameters can be used to do a search in archival descriptions. | ||
− | Empty Request example | + | == Empty Request example == |
− | <pre> | + | <pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> |
ID = ..... | ID = ..... | ||
{ | { | ||
− | "count": 5, | + | "count": "5", |
"startIndex": 0, | "startIndex": 0, | ||
"query": "*" | "query": "*" | ||
Line 19: | Line 19: | ||
</pre> | </pre> | ||
− | Basic Request example | + | == Basic Request example == |
− | <pre> | + | <pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> |
− | ID = | + | ID = C372271857 |
{ | { | ||
"count": "5", | "count": "5", | ||
"startIndex": 0, | "startIndex": 0, | ||
− | "query": " | + | "query": "Jaarverslagen" |
} | } | ||
</pre> | </pre> | ||
− | On [base_url]/search/ead/ | + | On [base_url]/search/ead/C392726467/children, it gives all the clevel descriptive units of descriptive unit identified with "C392726467", in the hierarchy directly under C392726467 that contain the search term "reglement". |
+ | |||
+ | ''N.B.: you can find the (internal APE) identifier of a descriptive unit (always starting with a "C") which is necessary for using this service via the [[searchEad | /search/ead]] service'' | ||
== count == | == count == | ||
Line 39: | Line 41: | ||
== query == | == query == | ||
− | Containing the | + | Containing the search term(s). Required. |
= Response parameters = | = Response parameters = | ||
− | The response contains a list of the descriptions where the requested search | + | The response contains a list of the descriptions where the requested search term(s) was/were found. |
− | Empty Response example | + | == Empty Response example == |
− | <pre> | + | <pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> |
{ | { | ||
"totalResults": 0, | "totalResults": 0, | ||
Line 53: | Line 55: | ||
{ | { | ||
"id": "string", | "id": "string", | ||
− | " | + | "findingAidTitle": "string", |
− | " | + | "findingAidNo": "string", |
"repository": "string", | "repository": "string", | ||
"country": "string", | "country": "string", | ||
Line 70: | Line 72: | ||
"indexDate": "string", | "indexDate": "string", | ||
"unitId": "string", | "unitId": "string", | ||
+ | "parentId": "string", | ||
"unitTitle": "string", | "unitTitle": "string", | ||
"unitTitleWithHighlighting": "string", | "unitTitleWithHighlighting": "string", | ||
Line 83: | Line 86: | ||
</pre> | </pre> | ||
− | Basic Response example | + | == Basic Response example == |
+ | Response for the [[searchEadChildren#Basic_Request_example|basic request example above]]: | ||
<pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> | <pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> | ||
{ | { | ||
− | "totalResults": | + | "totalResults": 2, |
"startIndex": 0, | "startIndex": 0, | ||
"totalPages": 1, | "totalPages": 1, | ||
"eadSearchResults": [ | "eadSearchResults": [ | ||
{ | { | ||
− | "id": " | + | "id": "C372271907", |
− | " | + | "findingAidTitle": "Inventaris van de archieven van de Vereniging van Archivarissen in Nederland, 1891-1960", |
− | " | + | "findingAidNo": "2.19.021", |
"repository": "Nationaal Archief", | "repository": "Nationaal Archief", | ||
"country": "NETHERLANDS", | "country": "NETHERLANDS", | ||
"language": "", | "language": "", | ||
"langMaterial": "", | "langMaterial": "", | ||
− | "unitDate": " | + | "unitDate": "1949-1959", |
"repositoryCode": "NL-HaNA", | "repositoryCode": "NL-HaNA", | ||
"hasDigitalObject": false, | "hasDigitalObject": false, | ||
Line 108: | Line 112: | ||
"level": "clevel", | "level": "clevel", | ||
"indexDate": "", | "indexDate": "", | ||
− | "unitId": "2.19. | + | "unitId": "2.19.021 - 357", |
− | "unitTitle": " | + | "parentId": "C372271857", |
− | "unitTitleWithHighlighting": " | + | "unitTitle": "Jaarverslagen en toespraken van de voorzitters.", |
+ | "unitTitleWithHighlighting": "<em>Jaarverslagen</em> en toespraken van de voorzitters.", | ||
"scopeContent": "", | "scopeContent": "", | ||
"scopeContentWithHighlighting": null, | "scopeContentWithHighlighting": null, | ||
− | "numberOfAncestors": | + | "numberOfAncestors": 2 |
+ | }, | ||
+ | { | ||
+ | "id": "C372271908", | ||
+ | "findingAidTitle": "Inventaris van de archieven van de Vereniging van Archivarissen in Nederland, 1891-1960", | ||
+ | "findingAidNo": "2.19.021", | ||
+ | "repository": "Nationaal Archief", | ||
+ | "country": "NETHERLANDS", | ||
+ | "language": "", | ||
+ | "langMaterial": "", | ||
+ | "unitDate": "1949/1950 - 1950/1951", | ||
+ | "repositoryCode": "NL-HaNA", | ||
+ | "hasDigitalObject": false, | ||
+ | "numberOfDigitalObjects": 0, | ||
+ | "numberOfDigitalObjectsInDescendents": 0, | ||
+ | "numberOfDescendents": 0, | ||
+ | "docType": "Descriptive Unit", | ||
+ | "docTypeId": "du", | ||
+ | "level": "clevel", | ||
+ | "indexDate": "", | ||
+ | "unitId": "2.19.021 - 358", | ||
+ | "parentId": "C372271857", | ||
+ | "unitTitle": "Jaarverslagen van de penningmeester, 1940/1941.", | ||
+ | "unitTitleWithHighlighting": "<em>Jaarverslagen</em> van de penningmeester, 1940/1941.", | ||
+ | "scopeContent": "", | ||
+ | "scopeContentWithHighlighting": null, | ||
+ | "numberOfAncestors": 2 | ||
} | } | ||
], | ], | ||
Line 136: | Line 167: | ||
== eadSearchResults == | == eadSearchResults == | ||
− | Enumeration of the results. A result could be a holdings guide, a source guide, a finding aid, or a descriptive unit (ie | + | Enumeration of the results. A result could be a holdings guide, a source guide, a finding aid, or a descriptive unit (ie a sublevel component). They are all optional except "id". |
{| class="wikitable" | {| class="wikitable" | ||
Line 142: | Line 173: | ||
| Internal APE identifier of the result | | Internal APE identifier of the result | ||
|- | |- | ||
− | | | + | | findingAidTitle |
| Title of the finding aid | | Title of the finding aid | ||
|- | |- | ||
− | | | + | | findingAidNo |
| Identifier of the fonds provided by the repository | | Identifier of the fonds provided by the repository | ||
|- | |- | ||
Line 152: | Line 183: | ||
|- | |- | ||
| country | | country | ||
− | | Name of the country where the repository is | + | | Name of the country where the repository is, in English |
|- | |- | ||
| language | | language | ||
Line 164: | Line 195: | ||
|- | |- | ||
| repositoryCode | | repositoryCode | ||
− | | Code of the repository holding the fonds | + | | Code of the repository holding the fonds; preferably, but not necessarily [https://en.wikipedia.org/wiki/International_Standard_Identifier_for_Libraries_and_Related_Organizations ISIL] |
|- | |- | ||
| hasDigitalObject | | hasDigitalObject | ||
Line 179: | Line 210: | ||
|- | |- | ||
| docType | | docType | ||
− | | Type of | + | | Type of document in which the result is found: "Finding Aid", "Holdings Guide", "Source Guide" or "Descriptive Unit" |
|- | |- | ||
| docTypeId | | docTypeId | ||
− | | Acronym for the type of | + | | Acronym for the type of document: "fa" for "Finding Aid", "hg" for "Holdings Guide", "sg" for "Source Guide" or "du" for "Descriptive unit" |
|- | |- | ||
| level | | level | ||
Line 192: | Line 223: | ||
| unitId | | unitId | ||
| Identifier of the result provided by the repository | | Identifier of the result provided by the repository | ||
+ | |- | ||
+ | | parentId | ||
+ | | Internal APE Identifier of the parent of the result | ||
|- | |- | ||
| unitTitle | | unitTitle | ||
Line 197: | Line 231: | ||
|- | |- | ||
| unitTitleWithHighlighting | | unitTitleWithHighlighting | ||
− | | Description of the result, with the mark "<nowiki><em></nowiki>" to | + | | Description of the result, with the mark "<nowiki><em></nowiki>" to emphasise the search term that was used in the search request |
|- | |- | ||
| scopeContent | | scopeContent | ||
Line 203: | Line 237: | ||
|- | |- | ||
| scopeContentWithHighlighting | | scopeContentWithHighlighting | ||
− | | More descriptive information about the result, with the mark "<nowiki><em></nowiki>" to | + | | More descriptive information about the result, with the mark "<nowiki><em></nowiki>" to emphasise the search term that was used in the search request |
|- | |- | ||
| numberOfAncestors | | numberOfAncestors | ||
Line 210: | Line 244: | ||
== sortFields == | == sortFields == | ||
− | This response parameter sums up the various fields you can use to order the resultList in a, new, additional request (see [[searchEad#sortRequest]]): | + | This response parameter sums up the various fields you can use to order the resultList in a, new, additional request (see: [[searchEad#sortRequest]]): |
* date | * date |
Latest revision as of 14:44, 9 January 2018
Request url: https://api.archivesportaleurope.net/services/search/ead/{id}/children
.
This service is a POST-request.
This search-service delivers a list of archival descriptions with the requested search term one level deeper in the hierarchy of the archival description identified with {id}. A web developer can use this service to create a tree-like presentation of a search result.
Contents
Request parameters
Three request parameters can be used to do a search in archival descriptions.
Empty Request example
ID = ..... { "count": "5", "startIndex": 0, "query": "*" }
Basic Request example
ID = C372271857 { "count": "5", "startIndex": 0, "query": "Jaarverslagen" }
On [base_url]/search/ead/C392726467/children, it gives all the clevel descriptive units of descriptive unit identified with "C392726467", in the hierarchy directly under C392726467 that contain the search term "reglement".
N.B.: you can find the (internal APE) identifier of a descriptive unit (always starting with a "C") which is necessary for using this service via the /search/ead service
count
The resultlist is delivered in chunks of a certain size. Request parameter "count" describes the number of results that are in one chunk. Optional. Default value is 5.
startIndex
Request parameter "startIndex" enables you to select the results that you want to have. Counting starts at zero. If "count" = 5, the second chunk starts with startIndex 5, the following at startIndex 10, etc. Optional. Default value is 0.
query
Containing the search term(s). Required.
Response parameters
The response contains a list of the descriptions where the requested search term(s) was/were found.
Empty Response example
{ "totalResults": 0, "startIndex": 0, "totalPages": 0, "eadSearchResults": [ { "id": "string", "findingAidTitle": "string", "findingAidNo": "string", "repository": "string", "country": "string", "language": "string", "langMaterial": "string", "unitDate": "string", "repositoryCode": "string", "hasDigitalObject": false, "numberOfDigitalObjects": 0, "numberOfDigitalObjectsInDescendents": 0, "numberOfDescendents": 0, "docType": "string", "docTypeId": "string", "level": "string", "indexDate": "string", "unitId": "string", "parentId": "string", "unitTitle": "string", "unitTitleWithHighlighting": "string", "scopeContent": "string", "scopeContentWithHighlighting": "string", "numberOfAncestors": 0 } ], "sortFields": [ "string" ] }
Basic Response example
Response for the basic request example above:
{ "totalResults": 2, "startIndex": 0, "totalPages": 1, "eadSearchResults": [ { "id": "C372271907", "findingAidTitle": "Inventaris van de archieven van de Vereniging van Archivarissen in Nederland, 1891-1960", "findingAidNo": "2.19.021", "repository": "Nationaal Archief", "country": "NETHERLANDS", "language": "", "langMaterial": "", "unitDate": "1949-1959", "repositoryCode": "NL-HaNA", "hasDigitalObject": false, "numberOfDigitalObjects": 0, "numberOfDigitalObjectsInDescendents": 0, "numberOfDescendents": 0, "docType": "Descriptive Unit", "docTypeId": "du", "level": "clevel", "indexDate": "", "unitId": "2.19.021 - 357", "parentId": "C372271857", "unitTitle": "Jaarverslagen en toespraken van de voorzitters.", "unitTitleWithHighlighting": "<em>Jaarverslagen</em> en toespraken van de voorzitters.", "scopeContent": "", "scopeContentWithHighlighting": null, "numberOfAncestors": 2 }, { "id": "C372271908", "findingAidTitle": "Inventaris van de archieven van de Vereniging van Archivarissen in Nederland, 1891-1960", "findingAidNo": "2.19.021", "repository": "Nationaal Archief", "country": "NETHERLANDS", "language": "", "langMaterial": "", "unitDate": "1949/1950 - 1950/1951", "repositoryCode": "NL-HaNA", "hasDigitalObject": false, "numberOfDigitalObjects": 0, "numberOfDigitalObjectsInDescendents": 0, "numberOfDescendents": 0, "docType": "Descriptive Unit", "docTypeId": "du", "level": "clevel", "indexDate": "", "unitId": "2.19.021 - 358", "parentId": "C372271857", "unitTitle": "Jaarverslagen van de penningmeester, 1940/1941.", "unitTitleWithHighlighting": "<em>Jaarverslagen</em> van de penningmeester, 1940/1941.", "scopeContent": "", "scopeContentWithHighlighting": null, "numberOfAncestors": 2 } ], "sortFields": [ "date", "findingAidNo", "orderId", "title", "referenceCode" ] }
totalResults
The response parameter "totalResults" gives the number of results.
startIndex
The response parameter "startIndex" gives the number of the chunk you requested.
totalPages
The response parameter "totalPages" gives the number of chunks.
eadSearchResults
Enumeration of the results. A result could be a holdings guide, a source guide, a finding aid, or a descriptive unit (ie a sublevel component). They are all optional except "id".
id | Internal APE identifier of the result |
findingAidTitle | Title of the finding aid |
findingAidNo | Identifier of the fonds provided by the repository |
repository | Name of the repository holding the fonds |
country | Name of the country where the repository is, in English |
language | Language of the description of the result |
langMaterial | Language in which the result is created |
unitDate | Date of creation of the result. |
repositoryCode | Code of the repository holding the fonds; preferably, but not necessarily ISIL |
hasDigitalObject | TRUE/FALSE |
numberOfDigitalObjects | Amount of digital objects available for the search result (is always 0 in case 'hasDigitalObject' = FALSE) |
numberOfDigitalOjectsInDescendents | Amount of digital objects available for descendents of the search result (can be > 0 in case 'hasDigtalObject' = FALSE) |
numberOfDescendents | Amount of descendents of the search result |
docType | Type of document in which the result is found: "Finding Aid", "Holdings Guide", "Source Guide" or "Descriptive Unit" |
docTypeId | Acronym for the type of document: "fa" for "Finding Aid", "hg" for "Holdings Guide", "sg" for "Source Guide" or "du" for "Descriptive unit" |
level | Type of result: "archdesc" for highest level description or "clevel" for subordinate components |
indexDate | Date showing when the result was ingested/updated and indexed in the Archives Portal Europe (ie last change date) |
unitId | Identifier of the result provided by the repository |
parentId | Internal APE Identifier of the parent of the result |
unitTitle | Description of the result |
unitTitleWithHighlighting | Description of the result, with the mark "<em>" to emphasise the search term that was used in the search request |
scopeContent | More descriptive information about the result |
scopeContentWithHighlighting | More descriptive information about the result, with the mark "<em>" to emphasise the search term that was used in the search request |
numberOfAncestors | Amount of ancestors (higher levels) for the result |
sortFields
This response parameter sums up the various fields you can use to order the resultList in a, new, additional request (see: searchEad#sortRequest):
- date
- findingAidNo
- orderId
- title
- referenceCode