Work Service Documentation - General

I have created a RESTful api that will return my work history in either json or an html table. This can be accessed at the work section on my index page or by calling it directly through a browser, javascript, or tools such as Postman.

View the details of the getAllPositions service.

View the details of the getPositionsByYear service.

Work Service Documentation - getAllPositions

The getAllPositions service will return all of my work history.

The URL is: https://aotoole.net/work/list/

Example result using content-type: text/html:

Example result using content-type: application/json:

Work Service Documentation - getPositionsByYear

The getAllPositions service will return any positions I held during the year specified.

The URL is: https://aotoole.net/work/list/####/ (where #### is the year).

Example result using content-type: text/html:

Example result using content-type: application/json: