REST API - Objects Endpoints

  • Receive
    • GET https://hosted.oidplus.com/viathinksoft_demo/rest/v1/objects/[ns]:[id]
    • Input parameters
      • None
    • Output parameters
      • status (<0 is error, >=0 is success)
      • status_bits
      • error (if an error occurred)
      • ra_email
      • comment
      • iris (for OID only)
      • asn1ids (for OID only)
      • confidential
      • title
      • description
      • children
      • created
      • updated
  • Re-Create
    • PUT https://hosted.oidplus.com/viathinksoft_demo/rest/v1/objects/[ns]:[id]
    • Input parameters
      • ra_email (optional)
      • comment (optional)
      • iris (optional)
      • asn1ids (optional)
      • confidential (optional)
      • title (optional)
      • description (optional)
    • Output parameters
      • status (<0 is error, >=0 is success)
      • status_bits
      • error (if an error occurred)
      • inserted_id (if it was created)
  • Create
    • POST https://hosted.oidplus.com/viathinksoft_demo/rest/v1/objects/[ns]:[id]
    • Input parameters
      • ra_email (optional)
      • comment (optional)
      • iris (optional)
      • asn1ids (optional)
      • confidential (optional)
      • title (optional)
      • description (optional)
    • Output parameters
      • status (<0 is error, >=0 is success)
      • status_bits
      • error (if an error occurred)
      • inserted_id
  • Update
    • PATCH https://hosted.oidplus.com/viathinksoft_demo/rest/v1/objects/[ns]:[id]
    • Input parameters
      • ra_email (optional)
      • comment (optional)
      • iris (optional)
      • asn1ids (optional)
      • confidential (optional)
      • title (optional)
      • description (optional)
    • Output parameters
      • status (<0 is error, >=0 is success)
      • status_bits
      • error (if an error occurred)
  • Remove
    • DELETE https://hosted.oidplus.com/viathinksoft_demo/rest/v1/objects/[ns]:[id]
    • Input parameters
      • None
    • Output parameters
      • status (<0 is error, >=0 is success)
      • status_bits
      • error (if an error occurred)

Share Static link to this page


Deutsch English (USA)
oidplus:system | System
oid: | Object Identifier (OID)
gs1: | GS1 Based IDs (GLN/GTIN/SSCC/...)
guid: | Globally Unique Identifier (GUID)
ipv4: | IPv4 Network Blocks
ipv6: | IPv6 Network Blocks
java: | Java Package Names
other: | Other objects
domain: | Domain Names
fourcc: | Four-Character-Code (FourCC)
aid: | Application Identifier (ISO/IEC 7816)
php: | PHP Namespaces
mac: | MAC adresses (EUI/ELI/AAI/SAI)
x500dn: | X.500 Distinguished Name
oidplus:login | Login
oidplus:whois | OID-IP / WHOIS
oidplus:search | Search
oidplus:resources | Documents and Resources
oidplus:contact | Contact administrator