GET /principlesOfSilicornya/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "meta": {
        "limit": 15,
        "page": 1,
        "total": 10
    },
    "data": [
        {
            "id": 1,
            "document": "Our highest priority is to satisfy the customer by delivering quality products on time.",
            "created_at": "2025-05-31T10:50:17.269348Z",
            "updated_at": "2025-05-31T10:50:17.269373Z"
        },
        {
            "id": 2,
            "document": "Welcome changing requirements, even mid of development. Our process harness change for the customer's competitive advantage.",
            "created_at": "2025-05-31T10:50:37.535828Z",
            "updated_at": "2025-05-31T10:50:37.535850Z"
        },
        {
            "id": 3,
            "document": "Deliver working software frequently, from a few weeks to a few months.",
            "created_at": "2025-05-31T10:50:59.877938Z",
            "updated_at": "2025-05-31T10:50:59.877961Z"
        },
        {
            "id": 4,
            "document": "Business people and developers must work closely to develop quality products and scale up the business.",
            "created_at": "2025-05-31T10:51:20.412598Z",
            "updated_at": "2025-05-31T10:51:20.412622Z"
        },
        {
            "id": 5,
            "document": "Build projects around passionate individuals, give them the positive environment and support they need, and trust them to get the job done.",
            "created_at": "2025-05-31T10:51:41.217633Z",
            "updated_at": "2025-05-31T10:51:41.217655Z"
        },
        {
            "id": 6,
            "document": "Working software is the primary measure of progress.",
            "created_at": "2025-05-31T10:52:03.078242Z",
            "updated_at": "2025-05-31T10:52:03.078265Z"
        },
        {
            "id": 7,
            "document": "Continuous attention to technical excellence and good design enhances the quality.",
            "created_at": "2025-05-31T10:52:21.831570Z",
            "updated_at": "2025-05-31T10:52:21.831595Z"
        },
        {
            "id": 8,
            "document": "Data security is the most valuable asset to building trust around the consumer. It defines each association's uniqueness.",
            "created_at": "2025-05-31T10:52:42.207083Z",
            "updated_at": "2025-05-31T10:52:42.207108Z"
        },
        {
            "id": 9,
            "document": "The best architecture, technical advancement, and designs emerge from self-organizing teams.",
            "created_at": "2025-05-31T10:53:06.194009Z",
            "updated_at": "2025-05-31T10:53:06.194032Z"
        },
        {
            "id": 10,
            "document": "At regular intervals, the team becomes more effective. Then tunes and adjusts its behavior accordingly.",
            "created_at": "2025-05-31T10:53:37.414121Z",
            "updated_at": "2025-05-31T10:53:37.414144Z"
        }
    ]
}