Skip to main content
GET
/
rpc
/
actos
/
{id}
Retrieve RPC acto
curl --request GET \
  --url https://api.syntage.com/rpc/actos/{id} \
  --header 'X-API-Key: <api-key>'
{
  "@context": "/contexts/RpcActo",
  "id": "91106968-1abd-4d64-85c1-4e73d96fb997",
  "formaPrecodificada": "M0 - ...",
  "acto": "<string>",
  "nci": "<string>",
  "fechaDeIngreso": "01/01/2017 12:00:00 T.CENTRO",
  "fechaDeInscripcion": "01/01/2017 12:00:00 T.CENTRO",
  "numeroDeDocumento": "<string>",
  "modalidad": "<string>",
  "data": {},
  "file": {
    "@id": "/files/91106968-1abd-4d64-85c1-4e73d96fb997",
    "@type": "File",
    "id": "91106968-1abd-4d64-85c1-4e73d96fb997",
    "type": "invoice.cfdi.xml",
    "resource": "/invoices/7c45e9c6-8f7f-4d0e-b6e5-65fef6c8c2f9",
    "mimeType": "text/xml",
    "extension": "xml",
    "size": 40544,
    "filename": "6f3c5312-2849-4525-86f6-c48a54c64c60.xml",
    "createdAt": "2020-01-01T12:15:00.000Z",
    "updatedAt": "2020-01-01T12:15:00.000Z"
  },
  "createdAt": "2020-01-01T12:15:00.000Z",
  "updatedAt": "2020-01-01T12:15:00.000Z",
  "@id": "/rpc/actos/91106968-1abd-4d64-85c1-4e73d96fb997",
  "@type": "RpcActo"
}

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Response

RPC acto resource response

Registry act nested in an RPC entidade response

@context
string
default:/contexts/RpcActo
id
string<uuid>

RPC acto ID

Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

formaPrecodificada
string | null

RPC pre-coded form for the act

Example:

"M0 - ..."

acto
string | null

Name or type of registry act

nci
string | null

NCI reported by RPC

fechaDeIngreso
string<date-time> | null

Date and time the act was submitted to RPC

Example:

"01/01/2017 12:00:00 T.CENTRO"

fechaDeInscripcion
string<date-time> | null

Date and time the act was registered by RPC

Example:

"01/01/2017 12:00:00 T.CENTRO"

numeroDeDocumento
string | null

Document number reported by RPC

modalidad
string | null

Act modality reported by RPC

data
object

Parsed act data from RPC

file
object
createdAt
string

Date and time the resource was created

Example:

"2020-01-01T12:15:00.000Z"

updatedAt
string

Date and time the resource was last updated

Example:

"2020-01-01T12:15:00.000Z"

@id
string<iri-reference>

RPC acto IRI reference

Example:

"/rpc/actos/91106968-1abd-4d64-85c1-4e73d96fb997"

@type
string
default:RpcActo