Is the form 60 E1 Pasted at RA Collation Center? (Yes/No)

This is a yes or no answer to report whether the form 60 E1 was Pasted at RA Collation Center

API Base root

API Endpoint

Headers

Our service accepts headers for authentication. See below the headers to pass to the API

Header
Type

Authorization

String

Bearer {API Key}

Security Key

String

{Security Key}

Request

Request Parameter
Status
Description
Test Data

Search Parameter (Election ID)

required

This is the Election ID unique to the election you wish to fetch information from for every election managed on CT-DASS.

Use 13 for the election ID of Ekiti State Governorship Election 2022

Constituency

required

This is the constituency for the election you wish to fetch information from for every election managed on CT-DASS. It can be: 1. LGA (Local Government Area)

2. RA (Registration Area)

LGA

Code

required

This refers to as the delimitation data/code for the constituency of the election.

367

Is the form 60 E1 Pasted at RA Collation Center? (Yes/No)
{
    "electionId": "13",
    "constituency": "LGA",
    "code": "367"
}

Response

Response Parameter
Type
Description

ResponseCode

Char

Is the form 60 E1 Pasted at RA Collation Center? (Yes/No)
{
    "status": "success",
    "message": "13 records found",
    "error": "",
    "data": "YES"
}

"status" can be "success" or "fail"

"data" contains the actual results

"message" gives little information about the result. Example: 25 records found; No record found

"error" gives information about error encountered while trying to fetch results

Last updated