{"openapi":"3.0.0","info":{"description":"This API supports rich searching across the Web of Science based on your subscription to retrieve item-level metadata, including times cited counts and contributor addresses/affiliations. Additional operations support the ability to discover related records as well as cited references and citing items. The API supports JSON and XML responses, and this documentation supports trying both response types; however the Models and Example Values are currently valid for JSON only. Throttling and rate limits are applied per agreement with Clarivate, and quotas will be expressed in the response header (ex. X-REC-AmtPerYear-Remaining: '15467' or X-REQ-ReqPerSec-Remaining: '3').","version":"1.0.0-oas3","title":"Web of Science API Expanded"},"tags":[{"name":"Search","description":"Supports discovery and interrogation of Web of Science data."},{"name":"Integration","description":"Supports integration and data supplement activities."}],"paths":{"/":{"get":{"summary":"Submits a user query and returns results","description":"The search operation submits a search query to the specified database edition and retrieves data. This operation returns a query ID that can be used in subsequent operations to retrieve more records.","externalDocs":{"description":"Query examples","url":"https://webofscience.help.clarivate.com/en-us/Content/advanced-search.html"},"tags":["Search"],"parameters":[{"name":"databaseId","in":"query","description":"Database to search. WOK represents all databases.","required":true,"schema":{"type":"string","enum":["WOS","BCI","BIOABS","BIOSIS","CABI","CCC","CSCD","DCI","DIIDW","FSTA","GRANTS","INSPEC","MEDLINE","PPRN","PQDT","RC","SCIELO","WOK","ZOOREC"]}},{"name":"lang","in":"query","description":"\"Language of search. This element can take only one value for WOS (core collection): en for English. If no language is specified, English is passed by default. Only for specific regional databases other languages are supported.\"","required":false,"schema":{"type":"string"}},{"name":"usrQuery","in":"query","description":"User query for requesting data, ex: TS=(cadmium). The query parser will return errors for invalid queries.","required":true,"schema":{"type":"string","example":"ts=(cadmium)"}},{"name":"edition","in":"query","description":"Edition(s) to be searched. If null, user permissions will be substituted. Must include the name of the collection and edition name separated by '+' or ' ', ex: WOS+SCI. Multiple editions are separated by ','. Editions available for collection (WOS) - AHCI,CCR,IC,ISSHP,ISTP,SCI,SSCI,BHCI,BSCI and ESCI.","required":false,"schema":{"type":"string"}},{"name":"publishTimeSpan","in":"query","description":"This element specifies a range of publication dates. If publishTimeSpan is used, the loadTimeSpan, createdTimeSpan and, modifiedTimeSpan parameter must be omitted. If publishTimeSpan, loadTimeSpan, createdTimeSpan, and modifiedTimeSpan are omitted, then the maximum time span will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31.","required":false,"schema":{"type":"string"}},{"name":"loadTimeSpan","in":"query","description":"Load time span (otherwise described as symbolic time span) defines a range of load dates. The load date is the date a record was added to the database. If load date is specified, the publishTimeSpan, createdTimeSpan and, modifiedTimeSpan parameter must be omitted. If both publishTimeSpan, loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Any of D/W/M/Y prefixed with a number where D-Day, M-Month, W-Week, Y-Year allowed. Acceptable value range for Day(0-6), Week(1-52), Month(1-12) and Year(0-10), ex: 5D,30W,10M,8Y.","required":false,"schema":{"type":"string"}},{"name":"createdTimeSpan","in":"query","description":"Created time span (otherwise described as symbolic time span) defines a range of creation dates. The create date is the date a record was created. If create date is specified, the modifiedTimeSpan, loadTimeSpan and, publishTimeSpan parameter must be omitted. If createdTimeSpan, loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31.","required":false,"schema":{"type":"string"}},{"name":"modifiedTimeSpan","in":"query","description":"Modified time span (otherwise described as symbolic time span) defines a range of modified dates. The modified date is the date a record was most recently modified in the database. If modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"tcModifiedTimeSpan","in":"query","description":"Times Cited Modified time span (otherwise described as symbolic time span) defines a range of tc modified dates. The tc modified date is the date a record was most recently modified in the database. If tc modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan, modifiedTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"count","in":"query","description":"Number of records to return, must be 0-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. Cannot be less than 1 and greater than 100000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+'  or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}},{"name":"viewField","in":"query","description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by '+'  or ' ' ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","required":false,"schema":{"type":"string"},"examples":{"Search0":{"value":"","summary":"All"},"Search1":{"value":"pub_info","summary":"View Publication Information"},"Search2":{"value":"titles+addresses","summary":"View Document Title and Author Address"},"Search3":{"value":"doctypes+keywords","summary":"View Document Type and Author Keywords"},"Search4":{"value":"conferences","summary":"View Conferences"},"Search5":{"value":"contributor","summary":"View ResearcherID or ORCID"}}},{"name":"optionView","in":"query","description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","schema":{"type":"string","enum":["FR","SR","FS"],"default":"FR"}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+'  or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}},{"name":"links","in":"query","description":"Flag to return gateway links(Source and Citing) for each record returned in response. Default is false","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WosSearchResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WosSearchResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}},"post":{"summary":"Submits a user query and returns results","description":"The search operation submits a search query to the specified collection edition and retrieves data. This operation returns a query ID that can be used in subsequent operations to retrieve more records.","tags":["Search"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["databaseId","usrQuery","count","firstRecord"],"properties":{"databaseId":{"description":"Database to search. Must be a valid collection ID, ex: BCI/BIOABS/BIOSIS/CABI/CCC/CSCD/DCI/DIIDW/FSTA/GRANTS/INSPEC/MEDLINE/PPRN/PQDT/RC/SCIELO/WOK/WOS/ZOOREC. WOK represents all databases","type":"string","default":"WOS"},"lang":{"description":"Language of search. This element can take only one value: en for English","type":"string"},"usrQuery":{"description":"User query for requesting data, ex: TS=(cadmium). The query parser will return errors for invalid queries","type":"string","example":"ts=(cadmium)"},"edition":{"description":"Edition(s) to be searched. If null, user permissions will be substituted. Must include the name of the collection and edition name separated by +, ex: WOS+SCI. Multiple editions are separated by ','. Editions available for collection(WOS) - AHCI,CCR,IC,ISSHP,ISTP,SCI,SSCI,BHCI,BSCI and ESCI","type":"string"},"publishTimeSpan":{"description":"This element specifies a range of publication dates. If publishedTimeSpan is used, the loadTimeSpan parameter must be omitted. If publishedTimeSpan and loadTimeSpan are both omitted, then the maximum time span will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by +, ex: 1993-01-01+2009-12-31","type":"string"},"loadTimeSpan":{"description":"Load time span (otherwise described as symbolic time span) defines a range of load dates. The load date is the date a record was added to the collection. If load date is specified, the publishTimeSpan parameter must be omitted. If both publishTimeSpan and loadTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Any of D/W/M/Y prefixed with a number where D-Day, M-Month, W-Week, Y-Year allowed. Acceptable value range for Day(0-6), Week(1-52), Month(1-12) and Year(0-10), ex: 5D,30W,10M,8Y","type":"string"},"createdTimeSpan":{"description":"Created time span (otherwise described as symbolic time span) defines a range of creation dates. The create date is the date a record was created. If create date is specified, the modifiedTimeSpan, loadTimeSpan and, publishTimeSpan parameter must be omitted. If createdTimeSpan, loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31.","type":"string"},"modifiedTimeSpan":{"description":"Modified time span (otherwise described as symbolic time span) defines a range of modified dates. The modified date is the date a record was most recently modified in the database. If modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","type":"string"},"tcModifiedTimeSpan":{"description":"Times Cited Modified time span (otherwise described as symbolic time span) defines a range of tc modified dates. The tc modified date is the date a record was most recently modified in the database. If tc modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan, modifiedTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","type":"string"},"count":{"description":"Number of records to return, must be 0-100","type":"integer","example":5},"firstRecord":{"description":"Specific record, if any within the result set to return. Cannot be less than 1","type":"integer","default":1},"sortField":{"description":"Order by field(s). Field name and order by clause separated by +, use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by ,","type":"string"},"viewField":{"description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by + ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","type":"string"},"optionView":{"description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","type":"string"},"optionOther":{"description":"Other option(s) of result representation. RI and On/Off separated by + where RI-RecordIDs, ex: RI+On","type":"string"}}}}},"description":"Query parameters","required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WosSearchResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WosSearchResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/id/{uniqueId}":{"get":{"tags":["Integration"],"summary":"Find record(s) by specific id","description":"This operation returns a record identified by a unique identifier. You may specify multiple identifiers in a single request by separating each ID with a comma.","parameters":[{"name":"databaseId","in":"query","description":"Database to search. WOK represents all databases.","required":true,"schema":{"type":"string","enum":["WOS","BCI","BIOABS","BIOSIS","CABI","CCC","CSCD","DCI","DIIDW","FSTA","GRANTS","INSPEC","MEDLINE","PPRN","PQDT","RC","SCIELO","WOK","ZOOREC"]}},{"name":"lang","in":"query","description":"Language of search. This element can take only one value: en for English. If no language is specified, English is passed by default.","required":false,"schema":{"type":"string"}},{"name":"uniqueId","in":"path","description":"Primary item(s) id to be searched, ex: WOS:000270372400005. Cannot be null or an empty string. Multiple values are separated by comma.","required":true,"schema":{"type":"string","example":"WOS:000270372400005"}},{"name":"viewField","in":"query","description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by '+'  or ' ' ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","required":false,"schema":{"type":"string"},"examples":{"Search0":{"value":"","summary":"All"},"Search1":{"value":"pub_info","summary":"View Publication Information"},"Search2":{"value":"titles+addresses","summary":"View Document Title and Author Address"},"Search3":{"value":"doctypes+keywords","summary":"View Document Type and Author Keywords"},"Search4":{"value":"conferences","summary":"View Conferences"},"Search5":{"value":"contributor","summary":"View ResearcherID or ORCID"}}},{"name":"optionView","in":"query","description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","schema":{"type":"string","enum":["FR","SR","FS"],"default":"FR"}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+'  or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}},{"name":"links","in":"query","description":"Flag to return gateway links(Source and Citing) for each record returned in response. Default is false","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WosSearchResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WosSearchResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/query/{queryId}":{"get":{"tags":["Search"],"summary":"Fetch record(s) by query identifier","description":"This operation returns record(s) identified by a query identifier.","parameters":[{"name":"queryId","in":"path","description":"Retrieve records based on query identifier.","required":true,"schema":{"type":"integer","example":1}},{"name":"count","in":"query","description":"Number of records to return, must be 0-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. Cannot be less than 1 and greater than 100000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+'  or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma. If sortField was set on the original query, this parameter should be set as sorting is not a property of the query.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}},{"name":"viewField","in":"query","description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by '+'  or ' ' ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","required":false,"schema":{"type":"string"},"examples":{"Search0":{"value":"","summary":"All"},"Search1":{"value":"pub_info","summary":"View Publication Information"},"Search2":{"value":"titles+addresses","summary":"View Document Title and Author Address"},"Search3":{"value":"doctypes+keywords","summary":"View Document Type and Author Keywords"},"Search4":{"value":"conferences","summary":"View Conferences"},"Search5":{"value":"contributor","summary":"View ResearcherID or ORCID"}}},{"name":"optionView","in":"query","description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","schema":{"type":"string","enum":["FR","SR","FS"],"default":"FR"}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+'  or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}},{"name":"links","in":"query","description":"Flag to return gateway links(Source and Citing) for each record returned in response. Default is false","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetrieveResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/RetrieveResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/recordids/{queryId}":{"get":{"tags":["Integration"],"summary":"Return IDs of records for a given query by a query identifier","description":"This operation returns unique identifiers of records related to a query identifier. No other full record details are returned. This list of identifiers can be compared to an existing set of IDs (eg. supporting duplicate checks) and then be queried using /id/{uniqueId} to return the appropriate metadata.","parameters":[{"name":"queryId","in":"path","description":"Query identifier for which to return results.","required":true,"schema":{"type":"integer","example":1}},{"name":"count","in":"query","description":"Number of record identifiers to return, number between 1-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. number between 1-100,000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+'  or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}},"application/xml":{"schema":{"xml":{"name":"response","namespace":"http://www.isinet.com/xrpc42"},"type":"object","properties":{"list":{"type":"object","properties":{"val":{"type":"array","items":{"type":"string","example":"WOS:000515009500001"}}}}}}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/related":{"get":{"summary":"Identify related records","description":"This operation finds related records for a given unique identifier. Related records will share cited references with the specified record. The operation returns the parent record along with the related records. The total number of related records for a given parent record is shown at the end of the response. The count parameter should be used to limit the number of related records returned by the operation.","tags":["Search"],"parameters":[{"name":"databaseId","in":"query","description":"Database to search. WOK represents all databases.","required":true,"schema":{"type":"string","enum":["WOS","BCI","BIOABS","BIOSIS","CABI","CCC","CSCD","DCI","DIIDW","FSTA","GRANTS","INSPEC","MEDLINE","PPRN","PQDT","RC","SCIELO","WOK","ZOOREC"]}},{"name":"lang","in":"query","description":"Language of search. This element can take only one value: en for English. If no language is specified, English is passed by default.","required":false,"schema":{"type":"string"}},{"name":"uniqueId","in":"query","description":"Primary item id to be searched, ex: WOS:000270372400005. Cannot be null or an empty string.","required":true,"schema":{"type":"string","example":"WOS:000270372400005"}},{"name":"edition","in":"query","description":"Edition(s) to be searched. If null, user permissions will be substituted. Must include the name of the collection and edition name separated by '+'  or ' ', ex: WOS+SCI. Multiple editions are separated by ','. Editions available for collection(WOS) - AHCI,CCR,IC,ISSHP,ISTP,SCI,SSCI,BHCI,BSCI and ESCI.","required":false,"schema":{"type":"string"}},{"name":"publishTimeSpan","in":"query","description":"This element specifies a range of publication dates. If publishTimeSpan is omitted, then the maximum time span will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+'  or ' ', ex: 1993-01-01+2009-12-31.","required":false,"schema":{"type":"string"}},{"name":"modifiedTimeSpan","in":"query","description":"Modified time span (otherwise described as symbolic time span) defines a range of modified dates. The modified date is the date a record was most recently modified in the database. If modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"tcModifiedTimeSpan","in":"query","description":"Times Cited Modified time span (otherwise described as symbolic time span) defines a range of tc modified dates. The tc modified date is the date a record was most recently modified in the database. If tc modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan, modifiedTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"refId","in":"query","description":"References for the parent record which are used to find related records. Multiple values are separated by comma.","required":false,"schema":{"type":"string"}},{"name":"count","in":"query","description":"Number of records to return, must be 0-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. Cannot be less than 1 and greater than 100000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+'  or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}},{"name":"viewField","in":"query","description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by '+' or ' ' ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","required":false,"schema":{"type":"string"},"examples":{"Search0":{"value":"","summary":"All"},"Search1":{"value":"pub_info","summary":"View Publication Information"},"Search2":{"value":"titles+addresses","summary":"View Document Title and Author Address"},"Search3":{"value":"doctypes+keywords","summary":"View Document Type and Author Keywords"},"Search4":{"value":"conferences","summary":"View Conferences"},"Search5":{"value":"contributor","summary":"View ResearcherID or ORCID"}}},{"name":"optionView","in":"query","description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","schema":{"type":"string","enum":["FR","SR","FS"],"default":"FR"}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+' or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}},{"name":"links","in":"query","description":"Flag to return gateway links(Source and Citing) for each record returned in response. Default is false","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WosSearchResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WosSearchResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/citing":{"get":{"tags":["Search"],"summary":"Find citing items","description":"This operation finds citing articles for the article specified by unique identifier. You may specify only one identifier per request. Web of Science Core Collection (WOS) is the only valid database for this operation.","parameters":[{"name":"databaseId","in":"query","description":"Database to search. WOK represents all databases.","required":true,"schema":{"type":"string","enum":["WOS","BCI","BIOABS","BIOSIS","CABI","CCC","CSCD","DCI","DIIDW","FSTA","GRANTS","INSPEC","MEDLINE","PPRN","PQDT","RC","SCIELO","WOK","ZOOREC"]}},{"name":"lang","in":"query","description":"Language of search. This element can take only one value: en for English. If no language is specified, English is passed by default.","required":false,"schema":{"type":"string"}},{"name":"uniqueId","in":"query","description":"Primary item id to be searched, ex: WOS:000270372400005. Cannot be null or an empty string.","required":true,"schema":{"type":"string","example":"WOS:000270372400005"}},{"name":"edition","in":"query","description":"Edition(s) to be searched. If null, user permissions will be substituted. Must include the name of the collection and edition name separated by '+' or ' ', ex: WOS+SCI. Multiple editions are separated by ','. Editions available for collection(WOS) - AHCI,CCR,IC,ISSHP,ISTP,SCI,SSCI,BHCI,BSCI and ESCI.","required":false,"schema":{"type":"string"}},{"name":"publishTimeSpan","in":"query","description":"This element specifies a range of publication dates. If publishTimeSpan is omitted, then the maximum time span will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31.","required":false,"schema":{"type":"string"}},{"name":"modifiedTimeSpan","in":"query","description":"Modified time span (otherwise described as symbolic time span) defines a range of modified dates. The modified date is the date a record was most recently modified in the database. If modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"tcModifiedTimeSpan","in":"query","description":"Times Cited Modified time span (otherwise described as symbolic time span) defines a range of tc modified dates. The tc modified date is the date a record was most recently modified in the database. If tc modified date is specified, the publishTimeSpan, loadTimeSpan and, createdTimeSpan, modifiedTimeSpan parameter must be omitted. If modifiedTimeSpan and loadTimeSpan, createdTimeSpan, and modifyTimeSpan are omitted, the maximum publication date will be inferred from the editions data. Beginning and end dates should be specified in the yyyy-mm-dd format separated by '+' or ' ', ex: 1993-01-01+2009-12-31. This parameter is not allowed with databaseId=WOK.","required":false,"schema":{"type":"string"}},{"name":"count","in":"query","description":"Number of records to return, must be 0-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. Cannot be less than 1 and greater than 100000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+' or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}},{"name":"viewField","in":"query","description":"Parameter to limit records to selected fields. Because many fields are uniquely identified by a combination of element and attribute, you may not be able to limit record content to a precise degree. For example, the viewField parameter 'titles' will always return document titles, publication names (both full and abbreviated), and book titles. You cannot limit retrieval to only document (item) titles or only publication (source) titles because item and source are attribute values, not elements. You cannot include attributes in viewField parameters. Collection name and field name(s) separated by '+' or ' ' ex: WOS+titles+addresses, where titles and addresses represent fields.If collection name is missing, the database id will be used, e.g. databaseId=WOS&viewfield=title+addresses is equivalent to databaseId=WOS&viewfield=WOS+title+addresses.","required":false,"schema":{"type":"string"},"examples":{"Search0":{"value":"","summary":"All"},"Search1":{"value":"pub_info","summary":"View Publication Information"},"Search2":{"value":"titles+addresses","summary":"View Document Title and Author Address"},"Search3":{"value":"doctypes+keywords","summary":"View Document Type and Author Keywords"},"Search4":{"value":"conferences","summary":"View Conferences"},"Search5":{"value":"contributor","summary":"View ResearcherID or ORCID"}}},{"name":"optionView","in":"query","description":"Document detail:\n  * `FR` - Retrieves all metadata of the document (also known as FullRecord)\n  * `SR` - Retrieves a short version of the document that would not count against the quota.\n              The response fields are similar to the [Web of Science Starter API](https://developer.clarivate.com/apis/wos-starter) fields.\n  * `FS` - Custom Field Selection - must be combined with query parameter `viewField`. It is automatically selected if `viewField` is used.\n","schema":{"type":"string","enum":["FR","SR","FS"],"default":"FR"}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+' or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}},{"name":"links","in":"query","description":"Flag to return gateway links(Source and Citing) for each record returned in response. Default is false","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WosSearchResponse"}},"application/json(ShortRecord)":{"schema":{"$ref":"#/components/schemas/WosShortSearchResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/WosSearchResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/references":{"get":{"tags":["Search"],"summary":"Find cited references by id","description":"This operation returns references cited by an article identified by a unique identifier. You may specify only one identifier per request.","parameters":[{"name":"databaseId","in":"query","description":"Database to search. WOK represents all databases.","required":true,"schema":{"type":"string","enum":["WOS","BCI","BIOABS","BIOSIS","CABI","CCC","CSCD","DCI","DIIDW","FSTA","GRANTS","INSPEC","MEDLINE","PPRN","PQDT","RC","SCIELO","WOK","ZOOREC"]}},{"name":"lang","in":"query","description":"Language of search. This element can take only one value: en for English. If no language is specified, English is passed by default.","required":false,"schema":{"type":"string"}},{"name":"uniqueId","in":"query","description":"Primary item id to be searched, ex: WOS:000270372400005. Cannot be null or an empty string.","required":true,"schema":{"type":"string","example":"WOS:000270372400005"}},{"name":"count","in":"query","description":"Number of records to return, must be 0-100.","required":false,"schema":{"type":"integer","default":10,"example":10}},{"name":"firstRecord","in":"query","description":"Specific record, if any within the result set to return. Cannot be less than 1 and greater than 100000.","required":false,"schema":{"type":"integer","default":1,"example":1}},{"name":"sortField","in":"query","description":"Order by field(s). Field name and order by clause separated by '+' or ' ', use A for ASC and D for DESC, ex: PY+D. Multiple values are separated by comma.","required":false,"schema":{"type":"string"},"examples":{"LoadDate":{"value":"LD+D","summary":"Load Date (Descending)"},"LoadDate Asc":{"value":"LD+A","summary":"Load Date (Ascending)"},"Author":{"value":"AU+D","summary":"Author (Descending)"},"Author Asc":{"value":"AU+A","summary":"Author (Ascending)"},"CTitle":{"value":"CF+D","summary":"Conference Title (Descending)"},"CTitle Asc":{"value":"CF+A","summary":"Conference Title (Ascending)"},"CitedYear":{"value":"CY+D","summary":"Cited Year (Descending)"},"CitedYear Asc":{"value":"CY+A","summary":"Cited Year (Ascending)"},"LTCited":{"value":"LC+D","summary":"Local Times Cited (Descending)"},"LTCited Asc":{"value":"LC+A","summary":"Local Times Cited (Ascending)"},"Page PG":{"value":"PG+D","summary":"Page (Descending)"},"Page Asc":{"value":"PG+A","summary":"Page (Ascending)"},"PYear":{"value":"PY+D","summary":"Publication Year (Descending)"},"PYear Asc":{"value":"PY+A","summary":"Publication Year (Ascending)"},"Relevance":{"value":"RS+D","summary":"Relevance (Descending)"},"Source SO":{"value":"SO+D","summary":"Source (Descending)"},"Source SO Asc":{"value":"SO+A","summary":"Source (Ascending)"},"TimesCited":{"value":"TC+D","summary":"Times Cited (Descending)"},"TimesCited Asc":{"value":"TC+A","summary":"Times Cited (Ascending)"},"Volume VL":{"value":"VL+D","summary":"Volume (Descending)"},"Volume VL Asc":{"value":"VL+A","summary":"Volume (Ascending)"}}},{"name":"optionOther","in":"query","description":"Other option(s) of result representation. HL and On/Off separated by '+' or ' ' where HL=HighLight: ex. HL+On.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ReferenceResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/category-context/{uniqueId}":{"get":{"tags":["Search"],"summary":"Get categorization context about the citing/cited references of a given document","description":"This operation returns response that includes ASCA traditional category distribution for a set of documents","parameters":[{"name":"uniqueId","in":"path","description":"Primary item id to be searched, ex: WOS:000270372400005. Cannot be null or an empty string.","required":true,"schema":{"type":"string","example":"WOS:000270372400005"}},{"name":"min","in":"query","description":"Minimum number of citings/references to be considered","required":false,"schema":{"type":"integer"}},{"name":"maxCat","in":"query","description":"Maximum number of categories to retrieve","required":false,"schema":{"type":"integer"}},{"name":"scope","in":"query","description":"Used to define the objects that should be returned. Valid values are C/R/A/CR/RC/RA/AR/CA/AC/CRA where R = Cited paper set, C = Citing paper set and A = Aggregation of Citing AND Cited paper sets. Default is CRA.","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryContextResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/CategoryContextResponseXML"}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found, for invalid UT","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}},"/citation-report/{queryId}":{"get":{"summary":"","description":"This operation returns a citation report based on query identifier. The report level is configurable and can be limited to WOS Core Collection or all databases. **NOTE: Citation reports are only available for query result sets of less than 10K records**","tags":["Search"],"parameters":[{"name":"queryId","in":"path","description":"Retrieve citation report based on query identifier.","required":true,"schema":{"type":"integer","example":1}},{"name":"reportLevel","in":"query","description":"Accepts collection names separated by comma. Example values are 'WOS', 'AllDB', or 'WOS,AllDB' case insensitive. Supply WOS for a report based on documents from the Web of Science Core Collection, and AllDB for a report based on all databases.","required":false,"schema":{"type":"string","default":"WOS"}},{"name":"startYear","in":"query","description":"String containing starting citingYear DefaultValue 1900","required":false,"schema":{"type":"string","default":1900}},{"name":"endYear","in":"query","description":"String containing end citingYear DefaultValue Current year","required":false,"schema":{"type":"string","default":"Current Year"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CitationReportResponse"},"examples":{"CitationReportResponse":{"value":"[\n    {\n        \"TimesCitedSansSelf\": \"830\",\n        \"ReportLevel\": \"WOS\",\n        \"AveragePerItem\": \"28.97\",\n        \"TimesCited\": \"840\",\n        \"DedupedTimesCited\": \"784\",\n        \"CitingYears\": {\n            \"2010\": \"2\",\n            \"2011\": \"7\",\n            \"2012\": \"12\",\n            \"2013\": \"24\",\n            \"2014\": \"35\",\n            \"2015\": \"41\",\n            \"2016\": \"75\",\n            \"2017\": \"101\",\n            \"2018\": \"85\",\n            \"2019\": \"93\",\n            \"2020\": \"100\",\n            \"2021\": \"122\",\n            \"2022\": \"99\",\n            \"2023\": \"44\"\n        },\n        \"CitingItemsSansSelf\": \"779\",\n        \"AveragePerYear\": \"60.00\",\n        \"HValue\": \"14\"\n    },\n    {\n        \"TimesCitedSansSelf\": \"876\",\n        \"ReportLevel\": \"AllDB\",\n        \"AveragePerItem\": \"30.59\",\n        \"TimesCited\": \"887\",\n        \"DedupedTimesCited\": \"828\",\n        \"CitingYears\": {\n            \"2010\": \"2\",\n            \"2011\": \"7\",\n            \"2012\": \"12\",\n            \"2013\": \"26\",\n            \"2014\": \"38\",\n            \"2015\": \"44\",\n            \"2016\": \"77\",\n            \"2017\": \"106\",\n            \"2018\": \"92\",\n            \"2019\": \"102\",\n            \"2020\": \"106\",\n            \"2021\": \"125\",\n            \"2022\": \"105\",\n            \"2023\": \"45\"\n        },\n        \"CitingItemsSansSelf\": \"822\",\n        \"AveragePerYear\": \"63.36\",\n        \"HValue\": \"14\"\n    },\n    {\n        \"TimesCitedSansSelf\": \"724\",\n        \"ReportLevel\": \"MEDLINE\",\n        \"AveragePerItem\": \"25.31\",\n        \"TimesCited\": \"734\",\n        \"DedupedTimesCited\": \"678\",\n        \"CitingYears\": {\n            \"2010\": \"1\",\n            \"2011\": \"7\",\n            \"2012\": \"10\",\n            \"2013\": \"20\",\n            \"2014\": \"32\",\n            \"2015\": \"35\",\n            \"2016\": \"59\",\n            \"2017\": \"88\",\n            \"2018\": \"76\",\n            \"2019\": \"78\",\n            \"2020\": \"87\",\n            \"2021\": \"110\",\n            \"2022\": \"86\",\n            \"2023\": \"45\"\n        },\n        \"CitingItemsSansSelf\": \"673\",\n        \"AveragePerYear\": \"52.43\",\n        \"HValue\": \"0\"\n    }\n]"}}},"application/xml":{"schema":{"$ref":"#/components/schemas/CitationReportResponseXML"},"examples":{"CitationReportResponseXML":{"value":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<response xmlns=\"http://www.isinet.com/xrpc42\">\n    <list>\n        <map>\n            <val name=\"TimesCitedSansSelf\">830</val>\n            <val name=\"ReportLevel\">WOS</val>\n            <val name=\"AveragePerItem\">28.97</val>\n            <val name=\"TimesCited\">840</val>\n            <val name=\"DedupedTimesCited\">784</val>\n            <val name=\"CitingItemsSansSelf\">779</val>\n            <val name=\"AveragePerYear\">60.00</val>\n            <val name=\"HValue\">14</val>\n            <map name=\"CitingYears\">\n                <val name=\"2010\">2</val>\n                <val name=\"2011\">7</val>\n                <val name=\"2012\">12</val>\n                <val name=\"2013\">24</val>\n                <val name=\"2014\">35</val>\n                <val name=\"2015\">41</val>\n                <val name=\"2016\">75</val>\n                <val name=\"2017\">101</val>\n                <val name=\"2018\">85</val>\n                <val name=\"2019\">93</val>\n                <val name=\"2020\">100</val>\n                <val name=\"2021\">122</val>\n                <val name=\"2022\">99</val>\n                <val name=\"2023\">44</val>\n            </map>\n        </map>\n        <map>\n            <val name=\"TimesCitedSansSelf\">876</val>\n            <val name=\"ReportLevel\">AllDB</val>\n            <val name=\"AveragePerItem\">30.59</val>\n            <val name=\"TimesCited\">887</val>\n            <val name=\"DedupedTimesCited\">828</val>\n            <val name=\"CitingItemsSansSelf\">822</val>\n            <val name=\"AveragePerYear\">63.36</val>\n            <val name=\"HValue\">14</val>\n            <map name=\"CitingYears\">\n                <val name=\"2010\">2</val>\n                <val name=\"2011\">7</val>\n                <val name=\"2012\">12</val>\n                <val name=\"2013\">26</val>\n                <val name=\"2014\">38</val>\n                <val name=\"2015\">44</val>\n                <val name=\"2016\">77</val>\n                <val name=\"2017\">106</val>\n                <val name=\"2018\">92</val>\n                <val name=\"2019\">102</val>\n                <val name=\"2020\">106</val>\n                <val name=\"2021\">125</val>\n                <val name=\"2022\">105</val>\n                <val name=\"2023\">45</val>\n            </map>\n        </map>\n        <map>\n            <val name=\"TimesCitedSansSelf\">724</val>\n            <val name=\"ReportLevel\">MEDLINE</val>\n            <val name=\"AveragePerItem\">25.31</val>\n            <val name=\"TimesCited\">734</val>\n            <val name=\"DedupedTimesCited\">678</val>\n            <val name=\"CitingItemsSansSelf\">673</val>\n            <val name=\"AveragePerYear\">52.43</val>\n            <val name=\"HValue\">0</val>\n            <map name=\"CitingYears\">\n                <val name=\"2010\">1</val>\n                <val name=\"2011\">7</val>\n                <val name=\"2012\">10</val>\n                <val name=\"2013\">20</val>\n                <val name=\"2014\">32</val>\n                <val name=\"2015\">35</val>\n                <val name=\"2016\">59</val>\n                <val name=\"2017\">88</val>\n                <val name=\"2018\">76</val>\n                <val name=\"2019\">78</val>\n                <val name=\"2020\">87</val>\n                <val name=\"2021\">110</val>\n                <val name=\"2022\">86</val>\n                <val name=\"2023\">45</val>\n            </map>\n        </map>\n    </list>\n</response>"}}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"429":{"description":"Throttle error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorMessage"}},"application/xml":{"schema":{"$ref":"#/components/schemas/errorMessage"}}}}}}}},"servers":[{"url":"https://wos-api.clarivate.com/api/wos"}],"components":{"schemas":{"ReferenceResponse":{"type":"object","properties":{"Data":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceRecord"}},"QueryResult":{"$ref":"#/components/schemas/QueryResult"}}},"ReferenceResponseXML":{"type":"object","xml":{"name":"response","namespace":"http://www.isinet.com/xrpc42"},"properties":{"map":{"type":"object","properties":{"name":{"type":"string","example":"QueryResult","xml":{"attribute":true}},"map":{"type":"object","properties":{"val":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","xml":{"attribute":true}}}}}}}}},"list":{"type":"object","properties":{"name":{"type":"string","example":"Data","xml":{"attribute":true}},"map":{"type":"array","items":{"type":"object","properties":{"val":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","xml":{"attribute":true}}}}}}}}}}}},"WosSearchResponse":{"type":"object","properties":{"Data":{"type":"object","properties":{"Records":{"type":"object","properties":{"records":{"type":"object","properties":{"REC":{"type":"array","items":{"$ref":"#/components/schemas/WosRecord"}}}}}}}},"QueryResult":{"$ref":"#/components/schemas/QueryResult"}}},"WosShortSearchResponse":{"type":"object","properties":{"Data":{"type":"object","properties":{"Records":{"type":"object","properties":{"records":{"type":"object","properties":{"REC":{"type":"array","items":{"$ref":"#/components/schemas/WosShortRecord"}}}}}}}},"QueryResult":{"$ref":"#/components/schemas/QueryResult"}}},"WosSearchResponseXML":{"type":"object","xml":{"name":"response","namespace":"http://www.isinet.com/xrpc42"},"properties":{"map":{"type":"object","properties":{"map":{"type":"object","properties":{"name":{"type":"string","example":"Data","xml":{"attribute":true}},"val":{"type":"object","properties":{"name":{"type":"string","example":"Records","xml":{"attribute":true}},"records":{"type":"object","properties":{"REC":{"type":"array","items":{"$ref":"#/components/schemas/WosRecordXML"}}}}}}}}}},"QueryResult":{"$ref":"#/components/schemas/QueryResult"}}},"CitationReportResponse":{"type":"array","items":{"type":"object","properties":{"TimesCitedSansSelf":{"type":"string"},"ReportLevel":{"type":"string"},"AveragePerItem":{"type":"string"},"TimesCited":{"type":"string"},"DedupedTimesCited":{"type":"string"},"CitingYears":{"type":"object"},"CitingItemsSansSelf":{"type":"string"},"AveragePerYear":{"type":"string"},"HValue":{"type":"string"}}}},"CitationReportResponseXML":{"type":"object","xml":{"name":"response","namespace":"http://www.isinet.com/xrpc42"},"properties":{"list":{"type":"object","properties":{"map":{"type":"array","items":{"type":"object","properties":{"val":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","xml":{"attribute":true}}}}}}}}}}}},"RetrieveResponse":{"type":"object","properties":{"Records":{"type":"object","properties":{"records":{"type":"object","properties":{"REC":{"type":"array","items":{"$ref":"#/components/schemas/WosRecord"}}}}}}}},"RetrieveResponseXML":{"type":"object","xml":{"name":"response","namespace":"http://www.isinet.com/xrpc42"},"properties":{"map":{"type":"object","properties":{"val":{"type":"object","properties":{"name":{"type":"string","example":"Records","xml":{"attribute":true}},"records":{"type":"object","properties":{"REC":{"type":"array","items":{"$ref":"#/components/schemas/WosRecordXML"}}}}}}}}}},"QueryResult":{"type":"object","properties":{"QueryID":{"type":"string"},"RecordsSearched":{"type":"integer"},"RecordsFound":{"type":"integer"}}},"ReferenceRecord":{"type":"object","properties":{"UID":{"type":"string","example":"WOS:001020694100001"},"citedAuthor":{"type":"string"},"timesCited":{"type":"integer"},"year":{"type":"integer"},"page":{"type":"integer"},"citedWork":{"type":"string"},"citedTitle":{"type":"string"},"doi":{"type":"string"}}},"WosRecord":{"type":"object","required":["UID","static_data","r_id_disclaimer","dynamic_data"],"properties":{"UID":{"type":"string","example":"WOS:001020694100001"},"static_data":{"type":"object","properties":{"summary":{"type":"object","properties":{"pub_info":{"type":"object","properties":{"coverdate":{"type":"string","example":"OCT 2019","xml":{"attribute":true}},"vol":{"type":"integer","example":203,"xml":{"attribute":true}},"journal_oas_gold":{"type":"string","example":"N","xml":{"attribute":true}},"has_citation_context":{"type":"string","example":"Y","xml":{"attribute":true}},"pubyear":{"type":"integer","example":2019,"xml":{"attribute":true}},"issue":{"type":"integer","example":27,"xml":{"attribute":true}},"special_issue":{"type":"string","example":"SI","xml":{"attribute":true}},"sortdate":{"type":"string","example":"2019-08-21","xml":{"attribute":true}},"has_abstract":{"type":"string","example":"N","xml":{"attribute":true}},"pubmonth":{"type":"string","example":"OCT","xml":{"attribute":true}},"pubtype":{"type":"string","example":"Journal","xml":{"attribute":true}},"early_access_month":{"type":"integer","example":"08","xml":{"attribute":true}},"early_access_date":{"type":"string","example":"AUG 2019","xml":{"attribute":true}},"early_access_year":{"type":"integer","example":2019,"xml":{"attribute":true}},"page":{"type":"object","properties":{"end":{"type":"integer","example":11,"xml":{"attribute":true}},"begin":{"type":"integer","example":9,"xml":{"attribute":true}},"page_count":{"type":"integer","example":2,"xml":{"attribute":true}},"content":{"type":"string","example":"9-11"}}}}},"names":{"type":"object","properties":{"count":{"type":"integer"},"name":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"claim_status":{"type":"boolean"},"full_name":{"type":"string"},"addr_no":{"type":"array","items":{"type":"integer"}},"reprint":{"type":"string"},"last_name":{"type":"string"},"display_name":{"type":"string"},"wos_standard":{"type":"string"},"r_id":{"type":"string"},"daisng_id":{"type":"integer"},"orcid_id":{"type":"string"},"noncore_startyear":{"type":"integer"},"noncore_endyear":{"type":"integer"},"first_name":{"type":"string"},"data-item-ids":{"type":"object","properties":{"data-item-id":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}},"preferred_name":{"type":"object","properties":{"full_name":{"type":"string"},"last_name":{"type":"string"},"middle_name":{"type":"string"},"first_name":{"type":"string"}}}}}}}},"doctypes":{"type":"object","properties":{"doctype":{"type":"array","items":{"type":"string"}},"count":{"type":"integer"}}},"publishers":{"type":"object","properties":{"publisher":{"type":"object","properties":{"names":{"type":"object","properties":{"count":{"type":"integer"},"name":{"type":"object","properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"full_name":{"type":"string"},"unified_name":{"type":"string"},"addr_no":{"type":"integer"},"display_name":{"type":"string"}}}}},"address_spec":{"type":"object","properties":{"city":{"type":"string"},"addr_no":{"type":"integer"},"full_address":{"type":"string"},"url_spec":{"type":"object","properties":{"url":{"type":"string"}}}}}}}}},"EWUID":{"type":"object","properties":{"WUID":{"type":"object","properties":{"coll_id":{"type":"string","example":"WOS","xml":{"attribute":true}}}},"edition":{"oneOf":[{"type":"object"},{"type":"array"}],"items":{"type":"object","properties":{"value":{"type":"string","example":"WOS.SSCI","xml":{"attribute":true}}}}}}},"titles":{"type":"object","properties":{"count":{"type":"integer"},"title":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}}}}},"item":{"type":"object","properties":{"xsi:type":{"type":"string"},"coll_id":{"type":"string"},"ids":{"type":"object","properties":{"avail":{"type":"string"},"content":{"type":"string"}}},"xmlns:xsi":{"type":"string"},"bib_pagecount":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"integer"}}},"keywords_plus":{"type":"object","properties":{"count":{"type":"integer"},"keyword":{"type":"array","items":{"type":"string"}}}},"bib_id":{"type":"string"}}},"fullrecord_metadata":{"type":"object","properties":{"addresses":{"type":"object","properties":{"count":{"type":"integer"},"address_name":{"oneOf":[{"type":"object"},{"type":"array"}],"items":{"oneOf":[{"type":"object"},{"type":"array"}],"properties":{"names":{"type":"object","properties":{"count":{"type":"integer"},"name":{"oneOf":[{"type":"object"},{"type":"array"}],"items":{"type":"object","properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"claim_status":{"type":"boolean"},"full_name":{"type":"string"},"addr_no":{"type":"array","items":{"type":"integer"}},"reprint":{"type":"string"},"last_name":{"type":"string"},"display_name":{"type":"string"},"wos_standard":{"type":"string"},"r_id":{"type":"string"},"daisng_id":{"type":"integer"},"orcid_id":{"type":"string"},"noncore_startyear":{"type":"integer"},"noncore_endyear":{"type":"integer"},"first_name":{"type":"string"},"data-item-ids":{"type":"object","properties":{"data-item-id":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}},"preferred_name":{"type":"object","properties":{"full_name":{"type":"string"},"last_name":{"type":"string"},"middle_name":{"type":"string"},"first_name":{"type":"string"}}}}}}}},"address_spec":{"type":"object","properties":{"zip":{"type":"object","properties":{"location":{"type":"string"},"content":{"oneOf":[{"type":"integer"},{"type":"string"}]}}},"country":{"type":"string"},"city":{"type":"string"},"addr_no":{"type":"integer"},"organizations":{"type":"object","properties":{"organization":{"type":"array","items":{"type":"object","properties":{"pref":{"type":"string"},"content":{"type":"string"}}}},"count":{"type":"integer"}}},"full_address":{"type":"string"},"state":{"type":"string"},"suborganizations":{"type":"object","properties":{"count":{"type":"integer"},"suborganization":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer"},"suborganization":{"type":"string"}}}}}}}}}}}}},"category_info":{"type":"object","properties":{"subheadings":{"type":"object","properties":{"count":{"type":"integer"},"subheading":{"oneOf":[{"type":"string"},{"type":"array"}],"items":{"type":"string"}}}},"subjects":{"type":"object","properties":{"subject":{"type":"array","items":{"type":"object","properties":{"ascatype":{"type":"string"},"code":{"type":"string"},"content":{"type":"string"}}}},"count":{"type":"integer"}}},"headings":{"type":"object","properties":{"heading":{"type":"string"},"count":{"type":"integer"}}}}},"normalized_languages":{"type":"object","properties":{"count":{"type":"integer"},"language":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}},"languages":{"type":"object","properties":{"count":{"type":"integer"},"language":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}},"keywords":{"type":"object","properties":{"count":{"type":"integer"},"keyword":{"type":"array","items":{"type":"string"}}}},"refs":{"type":"object","properties":{"count":{"type":"integer"}}},"reprint_addresses":{"type":"object","properties":{"count":{"type":"integer"},"address_name":{"type":"object","properties":{"names":{"type":"object","properties":{"count":{"type":"integer"},"name":{"oneOf":[{"type":"object"},{"type":"array"}],"properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"full_name":{"type":"string"},"reprint":{"type":"string"},"addr_no":{"type":"integer"},"last_name":{"type":"string"},"display_name":{"type":"string"},"wos_standard":{"type":"string"},"first_name":{"type":"string"}}}}},"address_spec":{"type":"object","properties":{"zip":{"type":"object","properties":{"location":{"type":"string"},"content":{"type":"integer"}}},"country":{"type":"string"},"city":{"type":"string"},"street":{"type":"string"},"addr_no":{"type":"integer"},"organizations":{"type":"object","properties":{"organization":{"type":"array","items":{"type":"object","properties":{"pref":{"type":"string"},"content":{"type":"string"}}}},"count":{"type":"integer"}}},"full_address":{"type":"string"},"state":{"type":"string"},"suborganizations":{"type":"object","properties":{"count":{"type":"integer"},"suborganization":{"oneOf":[{"type":"string"},{"type":"array"}],"items":{"type":"string"}}}}}}}}}},"abstracts":{"type":"object","properties":{"count":{"type":"integer"},"abstract":{"type":"object","properties":{"abstract_text":{"type":"object","properties":{"p":{"type":"string"},"count":{"type":"integer"}}}}}}},"fund_ack":{"type":"object","properties":{"grants":{"type":"object","properties":{"count":{"type":"integer"},"grant":{"type":"object","properties":{"grant_agency_names":{"oneOf":[{"type":"object"},{"type":"array"}],"items":{"type":"object","properties":{"pref":{"type":"string"},"content":{"type":"string"}}}},"grant_ids":{"type":"object","properties":{"grant_id":{"oneOf":[{"type":"string"},{"type":"array"}],"items":{"type":"string"}},"count":{"type":"integer"}}},"grant_source":{"type":"string"},"grant_data":{"type":"object","properties":{"count":{"type":"integer"},"grantDataItem":{"type":"object","properties":{"principalInvestigators":{"type":"object","properties":{"principalInvestigatorInstitutions":{"type":"array","items":{"type":"object","properties":{"principalInvestigatorInstitution":{"type":"object","properties":{"lang_id":{"type":"string"},"content":{"type":"string"}}}}}},"principalInvestigator":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer"},"lang_id":{"type":"string"},"content":{"type":"string"}}}}}},"grantStatus":{"type":"string"},"grantProjectTitle":{"type":"object","properties":{"lang_id":{"type":"string"},"content":{"type":"string"}}},"endDate":{"type":"string"},"totalAwardAmount":{"type":"string"},"coPrincipalInvestigators":{"type":"string"},"currency":{"type":"string"},"grantType":{"type":"string","example":"Scholarships abroad - Research Internship - Master's degree"},"startDate":{"type":"object","properties":{"startYear":{"type":"integer"},"content":{"type":"string"}}},"grantSummary":{"type":"object","properties":{"lang_id":{"type":"string"},"content":{"type":"string"}}}}}}},"grant_agency":{"type":"string"}}}}},"fund_text":{"type":"object","properties":{"p":{"type":"string"}}}}},"normalized_doctypes":{"type":"object","properties":{"doctype":{"oneOf":[{"type":"string"},{"type":"array"}],"items":{"type":"string"}},"count":{"type":"integer"}}}}},"contributors":{"type":"object","properties":{"contributor":{"type":"object","properties":{"name":{"type":"object","properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"full_name":{"type":"string"},"last_name":{"type":"string"},"display_name":{"type":"string"},"r_id":{"type":"string"},"first_name":{"type":"string"},"orcid_id":{"type":"string"}}}}},"count":{"type":"integer"}}}}},"dates":{"type":"object","properties":{"date_modified":{"type":"string"},"date_created":{"type":"string"},"date_loaded":{"type":"string"}}},"r_id_disclaimer":{"type":"string","example":"ResearcherID data provided by Clarivate","xml":{"attribute":true}},"dynamic_data":{"type":"object","properties":{"citation_related":{"type":"object","properties":{"tc_list_cc":{"type":"object","description":"Citation classifications - describe why it has beed cited. More details [here](https://clarivate.com/webofsciencegroup/release-notes/wos/new-wos-may-12-release-notes/)","properties":{"dedup_total_count":{"type":"integer","description":"Overall number of citing items with citation context"},"function_tc":{"type":"array","description":"Breakdown of how this article has been mentioned","items":{"type":"object","properties":{"local_count":{"type":"integer","description":"The number of citations in this context"},"func_class":{"type":"string","enum":["background","basis","discuss","support","differ"],"description":"* background - previously published research that orients the current study within a scholarly area.\n* basis - references that report the data sets, methods, concepts and ideas that the author is using for her work directly or on which the author bases her work\n* discuss - references mentioned because the current study is going into a more detailed discussion.\n* support - references which the current study reports to have similar results to. This may also refer to similarities in methodology or in some cases replication of results.\n* differ - references which the current study reports to have differing results to. This may also refer to differences in methodology or differences in sample sizes, affecting results.\n"}}}}}},"citation_topics":{"type":"object","properties":{"subj-group":{"type":"object","properties":{"subject":{"type":"array","items":{"type":"object","properties":{"content-type":{"type":"string"},"content-id":{"type":"string"},"content":{"type":"string"}}}}}}}},"tc_list":{"type":"object","properties":{"silo_tc":{"type":"array","items":{"type":"object","properties":{"coll_id":{"type":"string"},"local_count":{"type":"integer"}}}}}}}},"cluster_related":{"type":"object","properties":{"identifiers":{"type":"object","properties":{"identifier":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}}}}}},"wos_usage":{"type":"object","properties":{"last180days":{"type":"integer"},"alltime":{"type":"integer"}}}}}}},"WosShortRecord":{"type":"object","required":["UID","static_data","r_id_disclaimer","dynamic_data"],"properties":{"UID":{"type":"string","example":"WOS:001020694100001"},"static_data":{"type":"object","properties":{"summary":{"type":"object","properties":{"pub_info":{"type":"object","properties":{"vol":{"type":"integer","example":203,"xml":{"attribute":true}},"pubyear":{"type":"integer","example":2019,"xml":{"attribute":true}},"issue":{"type":"integer","example":27,"xml":{"attribute":true}},"pubtype":{"type":"string","example":"Journal","xml":{"attribute":true}}}},"names":{"type":"object","properties":{"count":{"type":"integer"},"name":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer"},"role":{"type":"string"},"display_name":{"type":"string"},"wos_standard":{"type":"string"},"r_id":{"type":"string"},"daisng_id":{"type":"integer"}}}}}},"doctypes":{"type":"object","properties":{"doctype":{"type":"array","items":{"type":"string"}},"count":{"type":"integer"}}},"titles":{"type":"object","properties":{"count":{"type":"integer"},"title":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"content":{"type":"string"}}}}}}}},"fullrecord_metadata":{"type":"object","properties":{"keywords":{"type":"object","properties":{"count":{"type":"integer"},"keyword":{"type":"array","items":{"type":"string"}}}},"refs":{"type":"object","properties":{"count":{"type":"integer"}}},"normalized_doctypes":{"type":"object","properties":{"doctype":{"oneOf":[{"type":"string"},{"type":"array"}],"items":{"type":"string"}},"count":{"type":"integer"}}}}}}},"r_id_disclaimer":{"type":"string","example":"ResearcherID data provided by Clarivate Analytics","xml":{"attribute":true}},"dynamic_data":{"type":"object","properties":{"citation_related":{"type":"object","properties":{"tc_list_cc":{"type":"object","description":"Citation classifications - describe why it has beed cited. More details [here](https://clarivate.com/webofsciencegroup/release-notes/wos/new-wos-may-12-release-notes/)","properties":{"dedup_total_count":{"type":"integer","description":"Overall number of citing items with citation context"},"function_tc":{"type":"array","description":"Breakdown of how this article has been mentioned","items":{"type":"object","properties":{"local_count":{"type":"integer","description":"The number of citations in this context"},"func_class":{"type":"string","enum":["background","basis","discuss","support","differ"],"description":"* background - previously published research that orients the current study within a scholarly area.\n* basis - references that report the data sets, methods, concepts and ideas that the author is using for her work directly or on which the author bases her work\n* discuss - references mentioned because the current study is going into a more detailed discussion.\n* support - references which the current study reports to have similar results to. This may also refer to similarities in methodology or in some cases replication of results.\n* differ - references which the current study reports to have differing results to. This may also refer to differences in methodology or differences in sample sizes, affecting results.\n"}}}}}},"citation_topics":{"type":"object","properties":{"subj-group":{"type":"object","properties":{"subject":{"type":"array","items":{"type":"object","properties":{"content-type":{"type":"string"},"content-id":{"type":"string"},"content":{"type":"string"}}}}}}}},"tc_list":{"type":"object","properties":{"silo_tc":{"type":"array","items":{"type":"object","properties":{"coll_id":{"type":"string"},"local_count":{"type":"integer"}}}}}}}},"cluster_related":{"type":"object","properties":{"identifiers":{"type":"object","properties":{"identifier":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}}}}}}}}}},"WosRecordXML":{"type":"object","required":["UID","static_data","r_id_disclaimer","dynamic_data"],"properties":{"UID":{"type":"string","example":"WOS:001020694100001"},"static_data":{"type":"object","properties":{"summary":{"type":"object","properties":{"EWUID":{"type":"object","properties":{"WUID":{"type":"object","properties":{"coll_id":{"type":"string","example":"WOS","xml":{"attribute":true}}}},"edition":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string","example":"WOS.SSCI","xml":{"attribute":true}}}}}}},"pub_info":{"type":"object","properties":{"coverdate":{"type":"string","example":"OCT 2019","xml":{"attribute":true}},"vol":{"type":"integer","example":203,"xml":{"attribute":true}},"journal_oas_gold":{"type":"string","example":"N","xml":{"attribute":true}},"has_citation_context":{"type":"string","example":"Y","xml":{"attribute":true}},"pubyear":{"type":"integer","example":2019,"xml":{"attribute":true}},"issue":{"type":"integer","example":27,"xml":{"attribute":true}},"special_issue":{"type":"string","example":"SI","xml":{"attribute":true}},"sortdate":{"type":"string","example":"2019-08-21","xml":{"attribute":true}},"has_abstract":{"type":"string","example":"N","xml":{"attribute":true}},"pubmonth":{"type":"string","example":"OCT","xml":{"attribute":true}},"pubtype":{"type":"string","example":"Journal","xml":{"attribute":true}},"early_access_month":{"type":"integer","example":"08","xml":{"attribute":true}},"early_access_date":{"type":"string","example":"AUG 2019","xml":{"attribute":true}},"early_access_year":{"type":"integer","xml":{"attribute":true}},"page":{"type":"object","properties":{"end":{"type":"integer","example":11,"xml":{"attribute":true}},"begin":{"type":"integer","example":9,"xml":{"attribute":true}},"page_count":{"type":"integer","example":2,"xml":{"attribute":true}}}}}},"titles":{"type":"object","properties":{"count":{"type":"integer","example":6,"xml":{"attribute":true}},"title":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","example":"source","xml":{"attribute":true}}}}}}},"names":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"name":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer","example":1,"xml":{"attribute":true}},"role":{"type":"string","example":"author","xml":{"attribute":true}},"claim_status":{"type":"boolean","example":false,"xml":{"attribute":true}},"r_id":{"type":"string","example":"CFP-5648-2022","xml":{"attribute":true}},"daisng_id":{"type":"integer","example":5206054,"xml":{"attribute":true}},"orcid_id":{"type":"string","example":"0000-0001-9349-1715","xml":{"attribute":true}},"addr_no":{"type":"string","example":"1 2 8","xml":{"attribute":true}},"reprint":{"type":"string","example":"Y","xml":{"attribute":true}},"full_name":{"type":"string","example":"Lauridsen, S. V."},"first_name":{"type":"string","example":"S. V."},"last_name":{"type":"string","example":"Lauridsen"},"display_name":{"type":"string","example":"Lauridsen, S. V."},"wos_standard":{"type":"string","example":"Lauridsen, SV"},"noncore_startyear":{"type":"integer","example":2011},"noncore_endyear":{"type":"integer","example":2023},"data-item-ids":{"type":"object","properties":{"data-item-id":{"type":"object","properties":{"type":{"type":"string","example":"person","xml":{"attribute":true}}}}}},"preferred_name":{"type":"object","properties":{"full_name":{"type":"string"},"last_name":{"type":"string"},"middle_name":{"type":"string"},"first_name":{"type":"string"}}}}}}}},"doctypes":{"type":"object","properties":{"doctype":{"type":"array","items":{"type":"string"}},"count":{"type":"integer","example":2,"xml":{"attribute":true}}}},"publishers":{"type":"object","properties":{"publisher":{"type":"object","properties":{"names":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"name":{"type":"object","properties":{"seq_no":{"type":"integer","example":1,"xml":{"attribute":true}},"role":{"type":"string","example":"publisher","xml":{"attribute":true}},"full_name":{"type":"string","example":"TAYLOR & FRANCIS LTD"},"unified_name":{"type":"string","example":"Taylor & Francis"},"addr_no":{"type":"integer","example":1,"xml":{"attribute":true}},"display_name":{"type":"string","example":"TAYLOR & FRANCIS LTD"}}}}},"address_spec":{"type":"object","properties":{"city":{"type":"string","example":"ABINGDON"},"addr_no":{"type":"integer","example":1,"xml":{"attribute":true}},"full_address":{"type":"string","example":"2-4 PARK SQUARE, MILTON PARK, ABINGDON OR14 4RN, OXON, ENGLAND"},"url_spec":{"type":"object","properties":{"url":{"type":"string"}}}}}}}}}}},"fullrecord_metadata":{"type":"object","properties":{"languages":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"language":{"type":"object","properties":{"type":{"type":"string","example":"primary","xml":{"attribute":true}}}}}},"normalized_languages":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"language":{"type":"object","properties":{"type":{"type":"string","example":"primary","xml":{"attribute":true}}}}}},"normalized_doctypes":{"type":"object","properties":{"doctype":{"type":"array","items":{"type":"string"},"example":["Review","Early Access"]},"count":{"type":"integer","example":2,"xml":{"attribute":true}}}},"addresses":{"type":"object","properties":{"count":{"type":"integer","example":8,"xml":{"attribute":true}},"address_name":{"type":"array","items":{"type":"object","properties":{"address_spec":{"type":"object","properties":{"addr_no":{"type":"integer","example":1,"xml":{"attribute":true}},"zip":{"type":"object","properties":{"location":{"type":"string","example":"AP","xml":{"attribute":true}}}},"country":{"type":"string","example":"USA"},"city":{"type":"string","example":"NEW YORK"},"organizations":{"type":"object","properties":{"organization":{"type":"array","items":{"type":"object","properties":{"pref":{"type":"string","xml":{"attribute":true}}}}},"count":{"type":"integer","example":2,"xml":{"attribute":true}}}},"full_address":{"type":"string"},"state":{"type":"string"},"suborganizations":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"suborganization":{"oneOf":[{"type":"string"},{"type":"array"}],"example":"Parker Inst"}}}}}},"names":{"type":"object","properties":{"count":{"type":"integer","xml":{"attribute":true}},"name":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer","example":1,"xml":{"attribute":true}},"role":{"example":"author","type":"string","xml":{"attribute":true}},"claim_status":{"type":"boolean","xml":{"attribute":true}},"full_name":{"type":"string","example":"Lauridsen, S. V."},"addr_no":{"type":"string","example":1,"xml":{"attribute":true}},"reprint":{"type":"string","example":"Y","xml":{"attribute":true}},"last_name":{"type":"string","example":"Lauridsen"},"display_name":{"type":"string","example":"Lauridsen, S. V."},"wos_standard":{"type":"string","example":"Lauridsen, SV"},"r_id":{"type":"string","xml":{"attribute":true}},"daisng_id":{"type":"integer","xml":{"attribute":true}},"orcid_id":{"type":"string","xml":{"attribute":true}},"noncore_startyear":{"type":"integer","example":2011},"noncore_endyear":{"type":"integer","example":2023},"first_name":{"type":"string","example":"S. V."},"data-item-ids":{"type":"object","properties":{"data-item-id":{"type":"object","properties":{"type":{"type":"string","example":"person","xml":{"attribute":true}}}}}},"preferred_name":{"type":"object","properties":{"full_name":{"type":"string"},"last_name":{"type":"string"},"middle_name":{"type":"string"},"first_name":{"type":"string"}}}}}}}}}}}}},"reprint_addresses":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"address_name":{"oneOf":[{"type":"object"},{"type":"array"}],"properties":{"address_spec":{"type":"object","properties":{"addr_no":{"type":"integer","example":1,"xml":{"attribute":true}},"full_address":{"type":"string","example":"Kyoto Prefectural Univ Med, Grad Sch Med Sci, Dept Pulm Med, 465 Kajii Cho, Kamigyo, Kyoto 6028566, Japan"},"organizations":{"type":"object","properties":{"organization":{"type":"array","items":{"type":"object","properties":{"pref":{"type":"string","example":"Y","xml":{"attribute":true}}}}},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}},"zip":{"type":"object","properties":{"location":{"type":"string","example":"BC","xml":{"attribute":true}}}},"country":{"type":"string","example":"Japan"},"city":{"type":"string","example":"Kamigyo"},"street":{"type":"string","example":"465 Kajii Cho"},"state":{"type":"string","example":"Kyoto"},"suborganizations":{"type":"object","properties":{"count":{"type":"integer"},"suborganization":{"type":"array","items":{"type":"string"}}}}}},"names":{"type":"object","properties":{"count":{"type":"integer","xml":{"attribute":true}},"name":{"type":"object","properties":{"seq_no":{"type":"integer","example":1,"xml":{"attribute":true}},"role":{"type":"string","example":"author","xml":{"attribute":true}},"full_name":{"type":"string","example":"Urun, Yuksel"},"reprint":{"type":"string","example":"Y","xml":{"attribute":true}},"addr_no":{"type":"integer","example":1,"xml":{"attribute":true}},"last_name":{"type":"string","example":"Urun"},"display_name":{"type":"string","example":"Urun, Yuksel"},"wos_standard":{"type":"string","example":"Urun, Y"},"first_name":{"type":"string","example":"Yuksel"}}}}}}}}},"category_info":{"type":"object","properties":{"headings":{"type":"object","properties":{"heading":{"type":"string","example":"Science &amp; Technology"},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}},"subheadings":{"type":"object","properties":{"count":{"type":"integer","example":2,"xml":{"attribute":true}},"subheading":{"type":"array","items":{"type":"string"},"example":["Physical Sciences","Technology"]}}},"subjects":{"type":"object","properties":{"subject":{"type":"array","items":{"type":"object","properties":{"ascatype":{"type":"string","example":"traditional","xml":{"attribute":true}},"code":{"type":"string","example":"DY","xml":{"attribute":true}}}}},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}}}},"fund_ack":{"type":"object","properties":{"fund_text":{"type":"object","properties":{"p":{"type":"string"}}},"grants":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"grant":{"type":"object","properties":{"grant_agency_names":{"type":"array","items":{"type":"object","properties":{"pref":{"type":"string","example":"N","xml":{"attribute":true}},"content":{"type":"string","example":"Joint Funds for the Innovation of Science and Technology","xml":{"attribute":true}}}}},"grant_ids":{"type":"object","properties":{"grant_id":{"type":"array","items":{"type":"string","example":"51973071"}},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}},"grant_source":{"type":"string"},"grant_data":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"grantDataItem":{"type":"object","properties":{"principalInvestigators":{"type":"object","properties":{"principalInvestigatorInstitutions":{"type":"array","items":{"type":"object","properties":{"principalInvestigatorInstitution":{"type":"object","properties":{"lang_id":{"type":"string","example":"en","xml":{"attribute":true}},"content":{"type":"string","example":"Faculdade de Zootecnia e Engenharia de Alimentos (FZEA). Universidade de São Paulo (USP). Pirassununga , SP, Brazil","xml":{"attribute":true}}}}}}},"principalInvestigator":{"type":"array","items":{"type":"object","properties":{"seq_no":{"type":"integer","example":2,"xml":{"attribute":true}},"lang_id":{"type":"string","example":"en","xml":{"attribute":true}},"content":{"type":"string","example":"Miguel Henrique de Almeida Santana","xml":{"attribute":true}}}}}}},"grantStatus":{"type":"string"},"grantProjectTitle":{"type":"object","properties":{"lang_id":{"type":"string","example":"en","xml":{"attribute":true}},"content":{"type":"string","example":"Integration of multi-omics functional information to better understand the fetal programming effects on bulls","xml":{"attribute":true}}}},"endDate":{"type":"string","example":"2025-11-30"},"totalAwardAmount":{"type":"string"},"coPrincipalInvestigators":{"type":"string"},"currency":{"type":"string"},"grantType":{"type":"string","xml":{"attribute":true},"example":"Scholarships abroad - Research Internship - Master's degree"},"startDate":{"type":"object","properties":{"startYear":{"type":"integer","example":"2024"},"content":{"type":"string","example":"2024-12-01","xml":{"attribute":true}}}},"grantSummary":{"type":"object","properties":{"lang_id":{"type":"string","example":"en","xml":{"attribute":true}},"content":{"type":"string","example":"Nutrition during the gestation period in beef cattle impacts on several productive and health phenotypes of the offspring, but the molecular mechanisms of fetal programming are complex and still need to be studied. In this project, an innovative form of analysis is proposed, aiming to integrate different omics to understand the different effects of fetal programming in the offspring. This project seeks to elucidate part of the mechanisms for multiomic and tissue integration in male Nellore animals that have been identified with different prenatal supplementation strategies. This study will be based on 63 animals from 3 different nutritional prenatal treatments: NP - only mineral supplementation (common to all treatments), PP - protein-energy supplementation in the final third of pregnancy and FP - protein-energy supplementation throughout the gestation. We collected several phenotypes (weight, weight gain, scrotal circumference and carcass ultrasound measures) and tissues (plasma, muscle, liver, subcutaneous fat thickness and ruminal fluid) throughout the productive life of the animals. All the animals were genotyped and randomly selected to the omics analyses (N=15; trancriptomics, metabolomics and metagenomics). The integration of transcriptomics and genomic data will be performed using the GALLO package in R, considering the treatments as covariates. From that metabolomic data will be normalized using MetaboAnalyst 5.0, and integration with eQTL results will be done using the Miodin package in R. Metagenomic data from ruminal fluid will be processed with edgeR, and integration with eQTLs will be performed using Miodin package. Phenotypic data, including scrotal circumference, weight, weight gain, and carcass ultrasound measures, will be integrated with eQTL results using the Miodin package also. Statistical methods such as partial least squares (PLS) regression, canonical correlation analysis (CCA) and co-inertia analysis (CIA) will be applied for association analyses. The integrated results will provide insights into the molecular mechanisms and biomarkers associated with the prenatal treatments. This project may demonstrate the biological basis of the influence of fetal programming on the performance of Nellore animals. (AU)","xml":{"attribute":true}}}}}}}},"grant_agency":{"type":"string","example":"Innovation Team Development Plan, Ministry of Education"}}}}}}},"keywords":{"type":"object","properties":{"count":{"type":"integer","example":3,"xml":{"attribute":true}},"keyword":{"type":"array","items":{"type":"string"},"example":["Laser tweezer","Raman spectroscopy","Liver cancer"]}}},"abstracts":{"type":"object","properties":{"count":{"type":"integer","example":1,"xml":{"attribute":true}},"abstract":{"type":"object","properties":{"abstract_text":{"type":"object","properties":{"p":{"type":"string","example":"Rapid identification of cancer cells is crucial for clinical treatment guidance."},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}}}}}},"refs":{"type":"object","properties":{"count":{"type":"integer"}}}}},"item":{"type":"object","properties":{"xmlns:xsi":{"type":"string","example":"http://www.w3.org/2001/XMLSchema-instance","xml":{"attribute":true}},"xsi:type":{"type":"string","example":"itemType_wos","xml":{"attribute":true}},"coll_id":{"type":"string","example":"WOS","xml":{"attribute":true}},"ids":{"type":"object","properties":{"avail":{"type":"string","example":"N","xml":{"attribute":true}}}},"bib_id":{"type":"string","example":": - JUL 4 2023"},"bib_pagecount":{"type":"object","properties":{"type":{"type":"string","example":"Journal","xml":{"attribute":true}}}},"keywords_plus":{"type":"object","properties":{"count":{"type":"integer","example":2,"xml":{"attribute":true}},"keyword":{"type":"array","items":{"type":"string"},"example":["MORTALITY","SURVIVORS"]}}}}},"contributors":{"type":"object","properties":{"contributor":{"type":"object","properties":{"name":{"type":"object","properties":{"seq_no":{"type":"integer","example":1,"xml":{"attribute":true}},"role":{"type":"string","example":"researcher_rid","xml":{"attribute":true}},"full_name":{"type":"string","example":"URUN, YUKSEL"},"last_name":{"type":"string","example":"URUN"},"display_name":{"type":"string","example":"URUN, YUKSEL"},"r_id":{"type":"string","xml":{"attribute":true}},"first_name":{"type":"string","example":"YUKSEL"},"orcid_id":{"type":"string","xml":{"attribute":true}}}}}},"count":{"type":"integer","example":1,"xml":{"attribute":true}}}}}},"r_id_disclaimer":{"type":"string","example":"ResearcherID data provided by Clarivate","xml":{"attribute":true}},"dynamic_data":{"type":"object","properties":{"citation_related":{"type":"object","properties":{"tc_list":{"type":"object","properties":{"silo_tc":{"type":"array","items":{"type":"object","properties":{"coll_id":{"type":"string","example":"WOS","xml":{"attribute":true}},"local_count":{"type":"integer","example":0,"xml":{"attribute":true}}}}}}},"tc_list_cc":{"type":"object","description":"Citation classifications - describe why it has beed cited. More details [here](https://clarivate.com/webofsciencegroup/release-notes/wos/new-wos-may-12-release-notes/)","properties":{"dedup_total_count":{"type":"integer","description":"Overall number of citing items with citation context","example":1,"xml":{"attribute":true}},"function_tc":{"type":"array","items":{"type":"object","description":"Breakdown of how this article has been mentioned","properties":{"local_count":{"type":"integer","description":"The number of citations in this context","example":1,"xml":{"attribute":true}},"func_class":{"type":"string","enum":["background","basis","discuss","support","differ"],"description":"* background - previously published research that orients the current study within a scholarly area.\n* basis - references that report the data sets, methods, concepts and ideas that the author is using for her work directly or on which the author bases her work\n* discuss - references mentioned because the current study is going into a more detailed discussion.\n* support - references which the current study reports to have similar results to. This may also refer to similarities in methodology or in some cases replication of results.\n* differ - references which the current study reports to have differing results to. This may also refer to differences in methodology or differences in sample sizes, affecting results.\n","xml":{"attribute":true}}}}}}},"citation_topics":{"type":"object","properties":{"subj-group":{"type":"object","properties":{"subject":{"type":"array","items":{"type":"object","properties":{"content-type":{"type":"string","example":"macro","xml":{"attribute":true}},"content-id":{"type":"string","example":1,"xml":{"attribute":true}}}}}}}}},"SDG":{"type":"object","properties":{"code":{"type":"string","example":1406,"xml":{"attribute":true}},"sdg_category":{"type":"object","properties":{"status":{"type":"string","example":"Active","xml":{"attribute":true}}}}}}}},"cluster_related":{"type":"object","properties":{"identifiers":{"type":"object","properties":{"identifier":{"type":"array","items":{"properties":{"type":{"type":"string","example":"issn","xml":{"attribute":true}},"value":{"type":"string","example":"0169-409X","xml":{"attribute":true}}}}}}}}},"wos_usage":{"type":"object","properties":{"last180days":{"type":"integer","xml":{"attribute":true}},"alltime":{"type":"integer","xml":{"attribute":true}}}}}},"dates":{"type":"object","properties":{"date_modified":{"type":"string","example":"2023-07-15T01:20:47.053252","xml":{"attribute":true}},"date_created":{"type":"string","example":"2023-07-15T01:20:47.053252","xml":{"attribute":true}},"date_loaded":{"type":"string","example":"2009-12-31T23:59:59.00000"}}}}},"CategoryContextResponse":{"type":"object","properties":{"Data":{"type":"object","properties":{"UID":{"type":"string"},"aggregated":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContext"}},"citing":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContext"}},"references":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContext"}}}}}},"CategoryContextResponseXML":{"type":"object","xml":{"name":"Data"},"properties":{"UID":{"type":"string"},"aggregated":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContextXML"}},"citing":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContextXML"}},"references":{"type":"array","items":{"$ref":"#/components/schemas/CategoryContextXML"}}}},"CategoryContext":{"type":"object","properties":{"code":{"type":"string"},"count":{"type":"integer"},"subject":{"type":"string"}}},"CategoryContextXML":{"type":"object","properties":{"subject":{"type":"object","properties":{"code":{"type":"string","xml":{"attribute":true}},"count":{"type":"integer","xml":{"attribute":true}}}}}},"errorMessage":{"type":"object","xml":{"name":"error","namespace":"http://www.isinet.com/xrpc42"},"properties":{"code":{"type":"string","description":"Error Code"},"message":{"type":"string","description":"Error Message"},"id":{"type":"string","description":"Request Id"}}}},"securitySchemes":{"key":{"type":"apiKey","in":"header","name":"X-ApiKey"}}},"security":[{"key":[]}]}