API Endpoints
  • CDR API
    GET
  • Object Reference API
    GETUser (agent) names, IDs and other details
    GETQueue names and IDs
    GETTeam names and IDs
    GETCampaign names and IDs
    GETWrap-up codes with descriptions
    GETDeleted (archived) agent names and IDs
  • Click2call
    POSTStart click2call
    GETStart click2call
    POSTStop click2call
  • Pet
    PUTUpdate an existing pet
    POSTAdd a new pet to the store
    GETFinds Pets by status
    GETFinds Pets by tags
    GETFind pet by ID
    POSTUpdates a pet in the store with form data
    DELETEDeletes a pet
    POSTUploads an image
  • Store
    GETReturns pet inventories by status
    POSTPlace an order for a pet
    GETFind purchase order by ID
    DELETEDelete purchase order by ID
  • User
    POSTCreate user
    POSTCreates list of users with given input array
    GETLogs user into the system
    GETLogs out current logged in user session
    GETGet user by user name
    PUTUpdate user
    DELETEDelete user

Hello World

This is my first post on my new fake blog! How exciting!

I’m sure I’ll write a lot more interesting things in the future.

Oh, and here’s a great quote from this Wikipedia on salted duck eggs.

A salted duck egg is a Chinese preserved food product made by soaking duck eggs in brine, or packing each egg in damp, salted charcoal. In Asian supermarkets, these eggs are sometimes sold covered in a thick layer of salted charcoal paste. The eggs may also be sold with the salted paste removed, wrapped in plastic, and vacuum packed. From the salt curing process, the salted duck eggs have a briny aroma, a gelatin-like egg white and a firm-textured, round yolk that is bright orange-red in color.

Chinese Salty Egg

You can also write code blocks here!

const saltyDuckEgg = "chinese preserved food product"
NumberTitleYear
1Harry Potter and the Philosopher’s Stone2001
2Harry Potter and the Chamber of Secrets2002
3Harry Potter and the Prisoner of Azkaban2004

View raw (TEST.md)

This is a paragraph.

This is a paragraph.

Header 1

Header 2

Header 1
========

Header 2
--------

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
# Header 1 #
## Header 2 ##
### Header 3 ###
#### Header 4 ####
##### Header 5 #####
###### Header 6 ######

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

This is a header.

  1. This is the first list item.
  2. This is the second list item.

Here’s some example code:

Markdown.generate();
> ## This is a header.
> 1. This is the first list item.
> 2. This is the second list item.
>
> Here's some example code:
>
>     Markdown.generate();
  • Red
  • Green
  • Blue
  • Red
  • Green
  • Blue
  • Red
  • Green
  • Blue
- Red
- Green
- Blue

* Red
* Green
* Blue

- Red
- Green
- Blue
  • code goes here in this line
  • bold goes here
- `code goes` here in this line
- **bold** goes here
  1. Buy flour and salt
  2. Mix together with water
  3. Bake
1. Buy flour and salt
1. Mix together with water
1. Bake
  1. code goes here in this line
  2. bold goes here
1. `code goes` here in this line
1. **bold** goes here

Paragraph:

Code
Paragraph:

    Code





* * *

***

*****

- - -

---------------------------------------

This is an example link.

This link has no title attr.

This is an example reference-style link.

This is [an example](http://example.com "Example") link.

[This link](http://example.com) has no title attr.

This is [an example] [id] reference-style link.

[id]: http://example.com "Optional Title"

single asterisks

single underscores

double asterisks

double underscores

*single asterisks*

_single underscores_

**double asterisks**

__double underscores__

This paragraph has some code in it.

This paragraph has some `code` in it.

Alt Text

![Alt Text](https://via.placeholder.com/200x100 "Image Title")