Brian Collins commented,
comment View comment
  • 1 vote
I created a ticket and they acknowledge there is an issue and they are working towards fixing it.
Brian Collins created a post,
forum API Call to move Course Item up to root or default level of course
  • 3 followers
  • 1 comment
  • 0 votes
Answered
We have a situation where we upload an IMS package into an existing course. We're able to upload but it creates an activity with all of the items nested within the activity. Ideally, it would u...
Brian Collins commented,
comment View comment
  • 0 votes
The excluded value will be contained in the status flags, so while it's not a field all to its own, it's able to be found.  I've had to create enumerations conversions for this same reason.  I thin...
Brian Collins commented,
comment View comment
  • 0 votes
I did look at those options, unfortunately they won't work. It's probably only 5% of enrollments, so enough to be a pain.  The values get stored that way because we map from our SIS two sections in...
Brian Collins commented,
comment View comment
  • 1 vote
The API should return an 'OK' response for when the command processes correctly, and the error when it doesn't.  You'll need to provide some more information as to what is returned.
Brian Collins commented,
comment View comment
  • 1 vote
I don't know that you can't do it the way you're trying but... I always send the JSON as just the user data and send the rest of the data as the query.  I treat the query string as data about the c...
Brian Collins created a post,
forum Wildcard in XML Query
  • 3 followers
  • 2 comments
  • 0 votes
Answered
We use /reference to store external values that we can match against. Occasionally the reference might contain 2 values separated by a comma where we are trying to match one of the values, not the...
Brian Collins created a post,
forum Find locked items in domain
  • 4 followers
  • 1 comment
  • 1 vote
Answered
Hello! We're writing a process that allows us to find all locked assignments within the domain and then send an email notification that will allow a teacher to review the item. We're able to retu...
Brian Collins created a post,
forum Update occurence of LastLoginDate
  • 3 followers
  • 1 comment
  • 0 votes
Answered
I'm curious on using lastlogindate as a userquery parameter to filter down the results of listenrollments. Is it somewhat safe to assume that a user won't be logged in for 7 days at a time? If a ...
Brian Collins commented,
comment View comment
  • 0 votes
Posted too soon!  Found this --   activeenrollments Number of active student enrollments. An enrollment is considered active if the enrollment's status is active or suspended, and the current da...