Elentra API
search
⌘Ctrlk
Elentra API
  • Introduction
  • Developers
    • Getting Started
    • Quickstart Guide
  • Elentra API Standards
    • HTTP Methods & Status Codes
    • Routing & Parameters
      • Example Routing Patterns with HTTP Method
        • /courses/{course}/contacts
        • /courses/{course}/contacts?type={contact_type}
        • /courses/{course}/contacts/{contact}
        • /courses/{course}/syllabus
      • Common Mistakes
  • Automated Testing
    • Getting Started
    • Seed Data
    • Functional Tests
    • Code Style Linting
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Elentra API Standardschevron-right
  2. Routing & Parameters

Example Routing Patterns with HTTP Method

Examples of how to construct a Uniform Resource Identifier (URI).

/courses/{course}/contactschevron-right/courses/{course}/contacts?type={contact_type}chevron-right/courses/{course}/contacts/{contact}chevron-right/courses/{course}/syllabuschevron-right
PreviousRouting & Parameterschevron-leftNext/courses/{course}/contactschevron-right

Last updated 2 years ago