Compliance Regulations

Get All Compliance Regulations

This endpoint retrieves a list of Compliance Regulations resources.

GET /api/v2/regulations/


GET /api/v2/regulations/ HTTP/1.1
Accept: application/json
Authorization: Token "YOUR SDE ACCESS TOKEN"
HTTP/1.1 200 OK
Content-Type: application/json

{
    "results": [
        {
            "description": "Payment Card Industry Data Security Standard (PCI DSS) is an information standard developed by the Payment Card Industry Security Standards Council (PCI SSC). It outlines requirements for organizations which handle cardholder information for the major debit, credit, prepaid, e-purse, ATM, and POS cards.",
            "id": "REG1",
            "db_id": 1,
            "name": "PCI-DSS v2.0",
            "slug": "pci-dss"
        },
        {
            "description": "The Health Insurance Portability and Accountability Act of 1996, was enacted August 21, 1996. National standards under HIPAA Privacy Rule protect individuals’ medical records and other personal health information and applies to health plans, health care clearinghouses, and those health care providers that conduct certain health care transactions electronically. ",
            "id": "REG2",
            "db_id": 2,
            "name": "HIPAA",
            "slug": "hipaa"
        },
        {
            "description": "ISO 27001:2005 is an Information Security Management System (ISMS) standard by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC).\r\n\r\nThis report can also be used to assess application security controls related to Sarbanes-Oxley (SOX) Section 404 compliance. Because SOX does not outline detailed information security requirements, this report refers to the detailed ISO 27001 application security controls for assessing SOX compliance.",
            "id": "REG3",
            "db_id": 3,
            "name": "ISO 27001:2005 / SOX",
            "slug": "iso-27001-sox"
        },
        {
            "description": "Generally Accepted Privacy Principles (GAPP) is a privacy framework designed to assist management in creating an effective privacy program that addresses privacy risks and business opportunities.",
            "id": "REG4",
            "db_id": 4,
            "name": "GAPP",
            "slug": "gapp"
        }
    ]
}

Get a Specific Compliance Regulation

This endpoint retrieves a specific compliance regulation resource, as specified by the id parameter.

GET /api/v2/regulations/{regulation_id}/

URL Parameters

Parameter Description
regulation_id The id of the regulation to retrieve.

GET /api/v2/regulations/REG1/ HTTP/1.1
Accept: application/json
Authorization: Token "YOUR SDE ACCESS TOKEN"
HTTP/1.1 200 OK
Content-Type: application/json

{
    "description": "Payment Card Industry Data Security Standard (PCI DSS) is an information standard developed by the Payment Card Industry Security Standards Council (PCI SSC). It outlines requirements for organizations which handle cardholder information for the major debit, credit, prepaid, e-purse, ATM, and POS cards.",
    "id": "REG1",
    "db_id": 1,
    "name": "PCI-DSS v2.0",
    "slug": "pci-dss"
}

results matching ""

    No results matching ""