Actor API – iceScrum

Obsolete iceScrum documention (R6#14+) This documentation applies only to old iceScrum R6. For new iceScrum v7, click here.

Actor API

When retrieving actors, most attributes names and values are self-explanatory. Here is the correspondance between those that aren’t:
instances: 0: 1, 1: 2-5, 3: 6-10, 4: 11-100, 5: 500+
expertnessLevel: 0: low, 1: medium, 2: high
useFrequency: 0: hour, 1: day, 2: week, 3: month, 4: quarter

Get all actors

1
GET http://:server/ws/p/:pkey/actor

Get an actor

1
GET http://:server/ws/p/:pkey/actor/:id

Create an actor

1
POST http://:server/ws/p/:pkey/actor

Input


actor.name
Required

actor.description
Optional

actor.notes
Optional - You can use the textile markup

actor.satisfactionCriteria
Optional

actor.instances
Optional integer - 0: 1, 1: 2-5, 3: 6-10, 4: 11-100, 5: 500+

actor.expertnessLevel
Optional integer - 0: low, 1: medium, 2: high

actor.useFrequency
Optional integer - 0: hour, 1: day, 2: week, 3: month, 4: quarter

actor.tags
Optional - Use commas for multiple tags

Update an actor

1
PUT http://:server/ws/p/:pkey/actor/:id

Input


actor.name
Optional

actor.description
Optional

actor.notes
Optional - You can use the textile markup

actor.satisfactionCriteria
Optional

actor.instances
Optional integer - 0: 1, 1: 2-5, 3: 6-10, 4: 11-100, 5: 500+

actor.expertnessLevel
Optional integer - 0: low, 1: medium, 2: high

actor.useFrequency
Optional integer - 0: hour, 1: day, 2: week, 3: month, 4: quarter

actor.tags
Optional - Requires the manageTags parameter, use commas for multiple tags

manageTags
Optional boolean - Required if you want to update tags

Delete an actor

1
DELETE http://:server/ws/p/:pkey/actor/:id


Try it for free now
All you need for your Agile project management