Starting Concept - Time Spans
Time Spans are single contiguous, uninterrupted periods of time.
For example:
Before you create your first time span you must create a time span type to assign it to.
aftonApi Call Reference
Basic CRUD Operations
GET /timespan/{timeSpanUniqueId} Get a TimeSpan using timeSpanUniqueId
POST /timespan Create a TimeSpan
POST /timespan/{timeSpanUniqueId} Modify a TimeSpan
DELETE /timespan/{timeSpanUniqueId} Delete a TimeSpan