Skip to main content

SearchResponse

results object[]
  • Array [
  • idstring
    agreementUuidstring
    sectionUuidstring
    standardIdstring[]
    xmlstring
    articleTitlestring
    sectionTitlestring
    acquirerstring
    targetstring
    yearinteger
    verifiedboolean
  • ]
  • access object
    tierstringrequired
    messagestringnullable
    pageinteger
    pageSizeinteger
    totalCountinteger
    totalPagesinteger
    hasNextboolean
    hasPrevboolean
    nextNumintegernullable
    prevNumintegernullable
    SearchResponse
    {
    "results": [
    {
    "id": "string",
    "agreementUuid": "string",
    "sectionUuid": "string",
    "standardId": [
    "string"
    ],
    "xml": "string",
    "articleTitle": "string",
    "sectionTitle": "string",
    "acquirer": "string",
    "target": "string",
    "year": 0,
    "verified": true
    }
    ],
    "access": {
    "tier": "string",
    "message": "string"
    },
    "page": 0,
    "pageSize": 0,
    "totalCount": 0,
    "totalPages": 0,
    "hasNext": true,
    "hasPrev": true,
    "nextNum": 0,
    "prevNum": 0
    }